优化商品模块的列宽

This commit is contained in:
季圣华
2022-05-14 21:16:27 +08:00
parent c767979946
commit 72a2614864

View File

@@ -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