fix(Statistics/Sales): 将列标题从'产品名称'改为'产品sku'
This commit is contained in:
parent
a2104c0f3d
commit
f2db99c630
|
|
@ -42,7 +42,7 @@ const ListPage: React.FC = () => {
|
|||
hideInTable: true,
|
||||
},
|
||||
{
|
||||
title: '产品名称',
|
||||
title: '产品sku',
|
||||
dataIndex: 'sku',
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue