zhangyuewww 3 年之前
父节点
当前提交
6fb2e4a29a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/tranManagement/tranManagementReceivingFeedback.vue

+ 2 - 2
src/views/tranManagement/tranManagementReceivingFeedback.vue

@@ -92,9 +92,9 @@
             <span v-else>{{ scope.$index + 1 }}</span>
           </template>
         </el-table-column>
-        <el-table-column class="table_td" prop="processNo" label="运输任务编号/合同编号" width="140">
+        <el-table-column class="table_td" prop="processNo" label="运输任务编号/合同编号" width="150">
           <template scope="scope">
-            <span v-if='processNo'>{{scope.row.processNo}}</span>
+            <span v-if='scope.row.processNo'>{{scope.row.processNo}}</span>
             <span v-else>{{scope.row.contractNo}}</span>
           </template>
         </el-table-column>