给商品和商品库存页面增加仓位货架列

This commit is contained in:
季圣华
2023-05-19 19:48:58 +08:00
parent 2e659c8a50
commit d616123cea
3 changed files with 11 additions and 3 deletions

View File

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