feat: 更新产品分类和创建人ID字段的键名,以匹配后端数据结构
This commit is contained in:
@@ -48,11 +48,11 @@ const columns: TableBaseColumns = [
|
||||
},
|
||||
{
|
||||
title: '产品分类',
|
||||
key: 'categoryId'
|
||||
key: 'category.name'
|
||||
},
|
||||
{
|
||||
title: '创建人ID',
|
||||
key: 'createdBy'
|
||||
key: 'creator.username'
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
|
||||
Reference in New Issue
Block a user