管理员新增agent_id字段显示
This commit is contained in:
@@ -198,6 +198,7 @@
|
|||||||
formatter: (row: any) => row.depts?.name ?? ''
|
formatter: (row: any) => row.depts?.name ?? ''
|
||||||
},
|
},
|
||||||
{ prop: 'status', label: '状态', width: 80, saiType: 'dict', saiDict: 'data_status' },
|
{ prop: 'status', label: '状态', width: 80, saiType: 'dict', saiDict: 'data_status' },
|
||||||
|
{ prop: 'agent_id', label: '代理ID', width: 120, showOverflowTooltip: true },
|
||||||
{ prop: 'dashboard', label: '首页', width: 100, saiType: 'dict', saiDict: 'dashboard' },
|
{ prop: 'dashboard', label: '首页', width: 100, saiType: 'dict', saiDict: 'dashboard' },
|
||||||
{ prop: 'login_time', label: '上次登录', width: 170, sortable: true },
|
{ prop: 'login_time', label: '上次登录', width: 170, sortable: true },
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user