jbb 2 年 前
コミット
1b8e8baaeb

+ 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'
         },
         {