소스 검색

预装箱单更改表格字段

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')