浏览代码

小程序采购流程优化

ouyj 4 天之前
父节点
当前提交
2966ec28c3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/processForms/purchase-form.vue

+ 1 - 1
components/processForms/purchase-form.vue

@@ -166,7 +166,7 @@
               <text class="detail-label" style="margin-left: 15px;">单位:</text>
               <text class="detail-value">{{ item.measureName }}</text>
             </view>
-            <view class="detail-row">
+            <view class="detail-row" v-if="item.applyUser">
               <text class="detail-label">申请人:</text>
               <text class="detail-value">{{ item.applyUser || '-' }}</text>
               <text class="detail-label">用途:</text>