瀏覽代碼

页面调整

jbb 2 年之前
父節點
當前提交
1b8e8baaeb
共有 2 個文件被更改,包括 2 次插入2 次删除
  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'
         },
         {