feat: 更新产品分类和创建人ID字段的键名,以匹配后端数据结构

This commit is contained in:
2025-12-22 23:30:40 +07:00
parent 050fadbd8f
commit 54a7e17c95

View File

@@ -48,11 +48,11 @@ const columns: TableBaseColumns = [
}, },
{ {
title: '产品分类', title: '产品分类',
key: 'categoryId' key: 'category.name'
}, },
{ {
title: '创建人ID', title: '创建人ID',
key: 'createdBy' key: 'creator.username'
}, },
{ {
title: '创建时间', title: '创建时间',