瀏覽代碼

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

jbb 1 年之前
父節點
當前提交
c08b5fedbc
共有 3 個文件被更改,包括 6 次插入7 次删除
  1. 1 2
      src/views/book/book-list.vue
  2. 3 3
      src/views/packing-list/clothes-list.vue
  3. 2 2
      src/views/packing-list/fabric-list.vue

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