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