瀏覽代碼

托书列表-表格调整

jingbb 8 月之前
父節點
當前提交
f9338716b4
共有 1 個文件被更改,包括 10 次插入12 次删除
  1. 10 12
      src/views/book/book-list.vue

+ 10 - 12
src/views/book/book-list.vue

@@ -222,8 +222,17 @@ export default {
       // 表头
       bookListColumns: [
         { title: '托书号', width: 150, dataIndex: 'shippingOrderNumber',  className: 'replacecolor' , ellipsis: true,fixed: 'left'},
+        {
+          title: '实际船期',
+          dataIndex: 'theFinalShippingDate',
+           ellipsis: true,
+          width: 110,
+          // customRender: text => { 有问题 显示当日日期
+          //   return moment(text).format('YYYY-MM-DD')
+          // },
+          className: 'replacecolor'
+        },
         { title: '成衣工厂', width: 150, dataIndex: 'garmentFactory', className: 'replacecolor', ellipsis: true, },
-        
         { title: '客户简称', dataIndex: 'clientAbbreviation', width: 120, className: 'replacecolor' , ellipsis: true,},
         {
           title: '分销点',
@@ -250,17 +259,6 @@ export default {
            ellipsis: true,
           className: 'replacecolor'
         },
-
-        {
-          title: '实际船期',
-          dataIndex: 'theFinalShippingDate',
-           ellipsis: true,
-          width: 110,
-          // customRender: text => { 有问题 显示当日日期
-          //   return moment(text).format('YYYY-MM-DD')
-          // },
-          className: 'replacecolor'
-        },
         { title: '外销发票号码', dataIndex: 'exportInvoiceNo', width: 120, className: 'replacecolor', ellipsis: true, },
         {
           title: '发票推送状态',