优化商品模块的列宽
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user