优化商品页面宽度

This commit is contained in:
季圣华
2021-09-05 23:37:15 +08:00
parent 84226527db
commit fd1d91927b

View File

@@ -160,7 +160,7 @@
{title: '颜色', dataIndex: 'color', width: '4%'}, {title: '颜色', dataIndex: 'color', width: '4%'},
{title: '类别', dataIndex: 'categoryName', width: '6%'}, {title: '类别', dataIndex: 'categoryName', width: '6%'},
{title: '扩展信息', dataIndex: 'materialOther', width: '6%'}, {title: '扩展信息', dataIndex: 'materialOther', width: '6%'},
{title: '单位', dataIndex: 'unit', width: '5%', {title: '单位', dataIndex: 'unit', width: '6%',
scopedSlots: { customRender: 'customRenderUnit' } scopedSlots: { customRender: 'customRenderUnit' }
}, },
{title: '安全存量', dataIndex: 'safetyStock', width: '5%'}, {title: '安全存量', dataIndex: 'safetyStock', width: '5%'},