From b1efeb8b31a6a8cf816135b569ba7e7f3504c718 Mon Sep 17 00:00:00 2001 From: zhenhui <1276357500@qq.com> Date: Tue, 10 Mar 2026 11:46:30 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=91=98=E6=96=B0=E5=A2=9Eag?= =?UTF-8?q?ent=5Fid=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- saiadmin-artd/src/views/system/user/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/saiadmin-artd/src/views/system/user/index.vue b/saiadmin-artd/src/views/system/user/index.vue index 8588455..6b13818 100644 --- a/saiadmin-artd/src/views/system/user/index.vue +++ b/saiadmin-artd/src/views/system/user/index.vue @@ -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 }, {