Browse Source

审批更过提单号修改

wengyuwen 4 years ago
parent
commit
02bbaff257
1 changed files with 6 additions and 1 deletions
  1. 6 1
      src/views/morePage/stock/index.vue

+ 6 - 1
src/views/morePage/stock/index.vue

@@ -286,7 +286,12 @@
         :fixed="item.fixed"
         :show-overflow-tooltip="true"
         sortable
-      />
+      >
+        <template slot-scope="scope">
+          <span v-if="item.label == 'refno3'">{{scope.row.refno3 ? scope.row.refno3 : scope.row.billNo}}</span>
+          <span v-else>{{ scope.row[item.label] }}</span>
+        </template>
+      </el-table-column>
       <!-- <el-table-column
         prop="refno1"
         :show-overflow-tooltip="true"