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,