Quellcode durchsuchen

预装箱单列表列宽度调整

jbb vor 2 Jahren
Ursprung
Commit
6589cd0130
1 geänderte Dateien mit 7 neuen und 7 gelöschten Zeilen
  1. 7 7
      src/views/advance-packingList/adPaList-clothes.vue

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

@@ -259,28 +259,28 @@ export default {
           title: '单据号',
           dataIndex: 'documentNo',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '订单号',
           dataIndex: 'orderNumber',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '款号',
           dataIndex: 'itemNumber',
           width: 120,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
         {
           title: '客户(简称)',
           dataIndex: 'customerAbbreviation',
           width: 100,
-          fixed: 'left',
+          // fixed: 'left',
           className: 'replacecolor'
         },
 
@@ -400,7 +400,7 @@ export default {
         {
           title: '推送状态',
           dataIndex: 'pushStatus',
-          width: 90,
+          width: 80,
           scopedSlots: { customRender: 'pushStatesSlot' },
           fixed: 'right',
           className: 'replacecolor'
@@ -409,7 +409,7 @@ export default {
         {
           title: '单据状态',
           dataIndex: 'status',
-          width: 90,
+          width: 80,
           scopedSlots: { customRender: 'statusSlot' },
           fixed: 'right',
           className: 'replacecolor'
@@ -426,7 +426,7 @@ export default {
           title: '操作',
           dataIndex: 'operation',
           scopedSlots: { customRender: 'operationSlot' },
-          width: 160,
+          width: 120,
           fixed: 'right',
           className: 'replacecolor'
         }