forked from yoone/WEB
fix:销售统计
This commit is contained in:
parent
c815ab3396
commit
d54782f742
|
|
@ -52,12 +52,12 @@ const ListPage: React.FC = () => {
|
||||||
},
|
},
|
||||||
hideInTable: true,
|
hideInTable: true,
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
title: '分类',
|
// title: '分类',
|
||||||
dataIndex: 'categoryName',
|
// dataIndex: 'categoryName',
|
||||||
hideInSearch: true,
|
// hideInSearch: true,
|
||||||
hideInTable: isSource,
|
// hideInTable: isSource,
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
title: '数量',
|
title: '数量',
|
||||||
dataIndex: 'totalQuantity',
|
dataIndex: 'totalQuantity',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue