|
|
@@ -56,14 +56,8 @@ export const getTableColumns = (): SmartColumn[] => {
|
|
|
},
|
|
|
{
|
|
|
title: '{common.table.createUser}',
|
|
|
- field: 'createUserId',
|
|
|
+ field: 'createBy',
|
|
|
width: 120,
|
|
|
- formatter: ({ row }: any) => {
|
|
|
- if (row.createUser) {
|
|
|
- return row.createUser.fullName;
|
|
|
- }
|
|
|
- return '';
|
|
|
- },
|
|
|
},
|
|
|
{
|
|
|
title: '{common.table.updateTime}',
|
|
|
@@ -73,14 +67,8 @@ export const getTableColumns = (): SmartColumn[] => {
|
|
|
},
|
|
|
{
|
|
|
title: '{common.table.updateUser}',
|
|
|
- field: 'updateUserId',
|
|
|
+ field: 'updateBy',
|
|
|
width: 120,
|
|
|
- formatter: ({ row }: any) => {
|
|
|
- if (row.updateUser) {
|
|
|
- return row.updateUser.fullName;
|
|
|
- }
|
|
|
- return '';
|
|
|
- },
|
|
|
},
|
|
|
{
|
|
|
title: '{common.table.operation}',
|