feat(card): 添加卡片上传者信息展示
- 在京东和沃尔玛卡片信息页面添加创建人字段 - 展示上传用户的用户名,提高数据可追溯性
This commit is contained in:
@@ -244,10 +244,10 @@ const columns: TableColumnData[] = [
|
||||
ellipsis: true,
|
||||
tooltip: true
|
||||
},
|
||||
// {
|
||||
// title: '备注',
|
||||
// dataIndex: 'remark'
|
||||
// },
|
||||
{
|
||||
title: '创建人',
|
||||
dataIndex: 'uploadUser.username'
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
dataIndex: 'status',
|
||||
|
||||
@@ -252,10 +252,10 @@ const columns: TableColumnData[] = [
|
||||
ellipsis: true,
|
||||
tooltip: true
|
||||
},
|
||||
// {
|
||||
// title: '备注',
|
||||
// dataIndex: 'remark'
|
||||
// },
|
||||
{
|
||||
title: '创建人',
|
||||
dataIndex: 'uploadUser.username'
|
||||
},
|
||||
{
|
||||
title: '状态',
|
||||
dataIndex: 'status',
|
||||
|
||||
Reference in New Issue
Block a user