Commit 72a26148 authored by 季圣华's avatar 季圣华
Browse files

优化商品模块的列宽

parent c7679799
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment