소스 검색

页面调整

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