zksu
/
WEB
forked from yoone/WEB
1
0
Fork 0

fix(Statistics/Sales): 将列标题从'产品名称'改为'产品sku'

This commit is contained in:
tikkhun 2026-01-23 18:29:07 +08:00
parent a2104c0f3d
commit f2db99c630
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const ListPage: React.FC = () => {
hideInTable: true, hideInTable: true,
}, },
{ {
title: '产品名称', title: '产品sku',
dataIndex: 'sku', dataIndex: 'sku',
}, },
{ {