فهرست منبع

审批更过提单号修改

wengyuwen 4 سال پیش
والد
کامیت
02bbaff257
1فایلهای تغییر یافته به همراه6 افزوده شده و 1 حذف شده
  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"