Browse Source

页面调整

jbb 2 years ago
parent
commit
1b8e8baaeb
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/views/book/book-list.vue
  2. 1 1
      src/views/pre-book/advancePackingListModal.vue

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

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

+ 1 - 1
src/views/pre-book/advancePackingListModal.vue

@@ -194,7 +194,7 @@ export default {
           title: '存货名称',
           dataIndex: 'inventoryName',
           width: 200,
-          customRender: t => ellipsis(t),
+          ellipsis: true,
           className: 'replacecolor'
         },
         {