Commit f10cff00 authored by beisir's avatar beisir

fix: 批量设置

parent a0d2fee9
...@@ -65,35 +65,37 @@ export const WeeksList = [ ...@@ -65,35 +65,37 @@ export const WeeksList = [
}, },
]; ];
export const StaticColumns = [{ export const StaticColumns = [
{
title: '供货价', title: '供货价',
dataIndex: 'supplyPrice', dataIndex: 'supplyPrice',
editable: true, editable: true,
}, },
{ {
title: '佣金费率', title: '佣金费率',
dataIndex: 'commissionRate', dataIndex: 'commissionRate',
editable: true, editable: true,
role: [], role: [],
}, },
{ {
title: '市场价', title: '市场价',
dataIndex: 'marketPrice', dataIndex: 'marketPrice',
editable: true, editable: true,
}, },
{ {
title: '销售价', title: '销售价',
dataIndex: 'salePrice', dataIndex: 'salePrice',
editable: true, editable: true,
}, },
{ {
title: '库存', title: '库存',
dataIndex: 'stock', dataIndex: 'stock',
editable: true, editable: true,
}, },
{ {
title: '库存预警阈值', title: '库存预警阈值',
dataIndex: 'productStockWarning', dataIndex: 'productStockWarning',
editable: true, editable: true,
role: [], role: [],
}]; },
];
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