fix:【system】登录日志的“操作类型”改为“登录类型”

This commit is contained in:
YunaiV
2025-12-20 09:23:34 +08:00
parent fbcb498f5b
commit d4b99f321d

View File

@@ -53,7 +53,7 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
}, },
{ {
field: 'logType', field: 'logType',
title: '操作类型', title: '登录类型',
minWidth: 120, minWidth: 120,
cellRender: { cellRender: {
name: 'CellDict', name: 'CellDict',
@@ -108,7 +108,7 @@ export function useDetailSchema(): DescriptionItemSchema[] {
}, },
{ {
field: 'logType', field: 'logType',
label: '操作类型', label: '登录类型',
render: (val) => { render: (val) => {
return h(DictTag, { return h(DictTag, {
type: DICT_TYPE.SYSTEM_LOGIN_TYPE, type: DICT_TYPE.SYSTEM_LOGIN_TYPE,