Browse Source

固定列

jbb 2 years ago
parent
commit
157faa4783
1 changed files with 5 additions and 3 deletions
  1. 5 3
      src/views/packing-list/clothes-list.vue

+ 5 - 3
src/views/packing-list/clothes-list.vue

@@ -276,8 +276,9 @@ export default {
          {
           title: '预托书号',
           dataIndex: 'depositaryReceiptNo',
-          width: 160,
+          width: 120,
           ellipsis: true,
+          fixed:'left',
           // scopedSlots: { customRender: 'preBookNum' },
           className: 'replacecolor'
         },
@@ -286,6 +287,7 @@ export default {
           dataIndex: 'shippingOrderNumber',
           width: 120,
           ellipsis: true,
+          fixed:'left',
           className: 'replacecolor'
         }, 
         {
@@ -298,7 +300,7 @@ export default {
         {
           title: '集装箱号',
           dataIndex: 'containerNumber',
-          width: 140,
+          width: 120,
           ellipsis: true,
           // scopedSlots: { customRender: 'containerNo' },
           className: 'replacecolor'
@@ -313,7 +315,7 @@ export default {
          {
           title: '订单号',
           dataIndex: 'orderNumber',
-          width: 220,
+          width: 160,
           ellipsis: true,
           // fixed: 'left',
           className: 'replacecolor'