feat(card): 添加卡片上传者信息展示

- 在京东和沃尔玛卡片信息页面添加创建人字段
- 展示上传用户的用户名,提高数据可追溯性
This commit is contained in:
danial
2025-02-15 19:47:00 +08:00
parent f568697c8e
commit 1f2b434275
2 changed files with 8 additions and 8 deletions

View File

@@ -244,10 +244,10 @@ const columns: TableColumnData[] = [
ellipsis: true,
tooltip: true
},
// {
// title: '备注',
// dataIndex: 'remark'
// },
{
title: '创建人',
dataIndex: 'uploadUser.username'
},
{
title: '状态',
dataIndex: 'status',

View File

@@ -252,10 +252,10 @@ const columns: TableColumnData[] = [
ellipsis: true,
tooltip: true
},
// {
// title: '备注',
// dataIndex: 'remark'
// },
{
title: '创建人',
dataIndex: 'uploadUser.username'
},
{
title: '状态',
dataIndex: 'status',