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: '供货价', {
dataIndex: 'supplyPrice', title: '供货价',
editable: true, dataIndex: 'supplyPrice',
}, editable: true,
{ },
title: '佣金费率', {
dataIndex: 'commissionRate', title: '佣金费率',
editable: true, dataIndex: 'commissionRate',
role: [], editable: true,
}, role: [],
{ },
title: '市场价', {
dataIndex: 'marketPrice', title: '市场价',
editable: true, dataIndex: 'marketPrice',
}, editable: true,
{ },
title: '销售价', {
dataIndex: 'salePrice', title: '销售价',
editable: true, dataIndex: 'salePrice',
}, editable: true,
{ },
title: '库存', {
dataIndex: 'stock', title: '库存',
editable: true, dataIndex: 'stock',
}, editable: true,
{ },
title: '库存预警阈值', {
dataIndex: 'productStockWarning', title: '库存预警阈值',
editable: true, dataIndex: 'productStockWarning',
role: [], editable: true,
}]; 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