Parcourir la source

托书/装箱单-字段宽度调整

jbb il y a 1 an
Parent
commit
c08b5fedbc

+ 1 - 2
src/views/book/book-list.vue

@@ -254,8 +254,7 @@ export default {
           title: '状态',
           dataIndex: 'theDocumentsState',
           scopedSlots: { customRender: 'documentStateSlot' },
-          width: 93,
-           ellipsis: true,
+          width: 95,
            fixed: 'right',
           className: 'replacecolor'
         },

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

@@ -542,7 +542,7 @@ export default {
         {
           title: '推送状态',
           dataIndex: 'pushState',
-          width: 89,
+          width: 95,
           fixed: 'right',
           scopedSlots: { customRender: 'pushState' },
           className: 'replacecolor'
@@ -550,7 +550,7 @@ export default {
         {
           title: '云工厂',
           dataIndex: 'whetherCloudFactoryPush ',
-          width: 75,
+          width: 85,
           fixed: 'right',
           scopedSlots: { customRender: 'whetherCloudFactoryPush' },
           className: 'replacecolor'
@@ -559,7 +559,7 @@ export default {
         {
           title: '单据状态',
           dataIndex: 'status',
-          width: 89,
+          width: 95,
           fixed: 'right',
           scopedSlots: { customRender: 'stateSlot' },
           className: 'replacecolor'

+ 2 - 2
src/views/packing-list/fabric-list.vue

@@ -347,14 +347,14 @@ export default {
           title: '推送状态',
           dataIndex: 'pushState',
           scopedSlots: { customRender: 'pushState' },
-          width: 89,
+          width: 95,
           fixed: 'right',
           className: 'replacecolor'
         },
         {
           title: '云工厂',
           dataIndex: 'whetherCloudFactoryPush ',
-          width: 75,
+          width: 85,
           fixed: 'right',
           scopedSlots: { customRender: 'whetherCloudFactoryPush' },
           className: 'replacecolor'