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