From 72a2614864524c9a0c64828e005bc0f763c459b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Sat, 14 May 2022 21:16:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E7=9A=84=E5=88=97=E5=AE=BD?= 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 d1324567..e6e07147 100644 --- a/jshERP-web/src/views/material/MaterialList.vue +++ b/jshERP-web/src/views/material/MaterialList.vue @@ -232,7 +232,7 @@ {title: '颜色', dataIndex: 'color'}, {title: '类别', dataIndex: 'categoryName', width: 100, ellipsis:true}, {title: '扩展信息', dataIndex: 'materialOther', width: 100, ellipsis:true}, - {title: '单位', dataIndex: 'unit', width: 80, ellipsis:true, + {title: '单位', dataIndex: 'unit', width: 100, ellipsis:true, customRender:function (t,r,index) { if (r) { let name = t?t:r.unitName