给商品和商品库存页面增加仓位货架列
This commit is contained in:
@@ -269,6 +269,7 @@
|
||||
{title: '零售价', dataIndex: 'commodityDecimal', width: 80},
|
||||
{title: '销售价', dataIndex: 'wholesaleDecimal', width: 80},
|
||||
{title: '最低售价', dataIndex: 'lowDecimal', width: 80},
|
||||
{title: '仓位货架', dataIndex: 'position', width: 80},
|
||||
{title: '备注', dataIndex: 'remark', width: 80},
|
||||
{title: '状态', dataIndex: 'enabled', align: "center", width: 60,
|
||||
scopedSlots: { customRender: 'customRenderEnabled' }
|
||||
|
||||
Reference in New Issue
Block a user