瀏覽代碼

预装箱单更改表格字段

jbb 2 年之前
父節點
當前提交
601c385c02
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/advance-packingList/adPaList-clothes.vue

+ 2 - 2
src/views/advance-packingList/adPaList-clothes.vue

@@ -263,7 +263,7 @@ export default {
         },
         {
           title: '客户(简称)',
-          dataIndex: 'customer',
+          dataIndex: 'customerAbbreviation',
           width: 100,
           fixed: 'left',
           className: 'replacecolor'
@@ -271,7 +271,7 @@ export default {
 
         {
           title: '预发货日期',
-          dataIndex: 'scheduledShipDate',
+          dataIndex: 'preDeliveryDate',
           width: 120,
           customRender: text => {
             return moment(text).format('YYYY-MM-DD')