From d4b99f321d23ad5b0e6798459f305fbd2ecb4066 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Sat, 20 Dec 2025 09:23:34 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E3=80=90system=E3=80=91=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E6=97=A5=E5=BF=97=E7=9A=84=E2=80=9C=E6=93=8D=E4=BD=9C?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E2=80=9D=E6=94=B9=E4=B8=BA=E2=80=9C=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=B1=BB=E5=9E=8B=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/loginlog/data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-antd/src/views/system/loginlog/data.ts b/apps/web-antd/src/views/system/loginlog/data.ts index 24433e9ac..386d832de 100644 --- a/apps/web-antd/src/views/system/loginlog/data.ts +++ b/apps/web-antd/src/views/system/loginlog/data.ts @@ -53,7 +53,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] { }, { field: 'logType', - title: '操作类型', + title: '登录类型', minWidth: 120, cellRender: { name: 'CellDict', @@ -108,7 +108,7 @@ export function useDetailSchema(): DescriptionItemSchema[] { }, { field: 'logType', - label: '操作类型', + label: '登录类型', render: (val) => { return h(DictTag, { type: DICT_TYPE.SYSTEM_LOGIN_TYPE,