管理员新增agent_id字段显示

This commit is contained in:
2026-03-10 11:46:30 +08:00
parent 275f94f96d
commit b1efeb8b31

View File

@@ -198,6 +198,7 @@
formatter: (row: any) => row.depts?.name ?? ''
},
{ 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: 'login_time', label: '上次登录', width: 170, sortable: true },
{