@@ -232,7 +232,7 @@ export default {
title: '状态',
dataIndex: 'theDocumentsState',
scopedSlots: { customRender: 'documentStateSlot' },
- width: 80,
+ width: 95,
ellipsis: true,
fixed: 'right',
className: 'replacecolor'
@@ -194,7 +194,7 @@ export default {
title: '存货名称',
dataIndex: 'inventoryName',
width: 200,
- customRender: t => ellipsis(t),
+ ellipsis: true,
},
{