fix:【system】登录日志的“操作类型”改为“登录类型”
parent
fbcb498f5b
commit
d4b99f321d
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue