From fd1d91927b695062b46849887a9dacf6f2e63c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sun, 5 Sep 2021 23:37:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/views/material/MaterialList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jshERP-web/src/views/material/MaterialList.vue b/jshERP-web/src/views/material/MaterialList.vue index 32255251..110e29c6 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -160,7 +160,7 @@ {title: '颜色', dataIndex: 'color', width: '4%'}, {title: '类别', dataIndex: 'categoryName', width: '6%'}, {title: '扩展信息', dataIndex: 'materialOther', width: '6%'}, - {title: '单位', dataIndex: 'unit', width: '5%', + {title: '单位', dataIndex: 'unit', width: '6%', scopedSlots: { customRender: 'customRenderUnit' } }, {title: '安全存量', dataIndex: 'safetyStock', width: '5%'},