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

This commit is contained in:
tikkhun 2026-01-23 18:29:07 +08:00 committed by longbot
parent bd6a2a1509
commit ec57d7c476
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',
}, },
{ {