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