zhangyuewww 3 năm trước cách đây
mục cha
commit
6fb2e4a29a

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

@@ -92,9 +92,9 @@
             <span v-else>{{ scope.$index + 1 }}</span>
             <span v-else>{{ scope.$index + 1 }}</span>
           </template>
           </template>
         </el-table-column>
         </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">
           <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>
             <span v-else>{{scope.row.contractNo}}</span>
           </template>
           </template>
         </el-table-column>
         </el-table-column>