Commit 1f2c0230 authored by 靳野's avatar 靳野

feat:商品管理显示库存起报量

parent ad7e4e0d
......@@ -110,6 +110,12 @@ export function columnManage() {
align: 'center',
render: (_, row) => <div>{row.stock || '-'}</div>,
},
{
title: '库存起报量',
dataIndex: 'inventoryReportQuantity',
width: 160,
align: 'center',
},
{
title: '操作',
dataIndex: 'action',
......
Markdown is supported
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