Commit f10cff00 authored by beisir's avatar beisir

fix: 批量设置

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