NEZ-570 fix: terminal 审计日志搜索无效 && dc 上划页面
This commit is contained in:
@@ -141,6 +141,24 @@ const searchSelectInfo = { // value: 传给后台的值;label:显示给用
|
||||
value: 'fail',
|
||||
label: i18n.t('overall.result.failed')
|
||||
}
|
||||
],
|
||||
terminalStatus:[
|
||||
{
|
||||
value: 0,
|
||||
label: i18n.t('config.terminallog.statusItem.connecting')
|
||||
},{
|
||||
value: 1,
|
||||
label: i18n.t('config.terminallog.statusItem.connectionFailed')
|
||||
},{
|
||||
value: 2,
|
||||
label: i18n.t('config.terminallog.statusItem.over')
|
||||
},{
|
||||
value: 3,
|
||||
label: i18n.t('config.terminallog.statusItem.kickedOut')
|
||||
},{
|
||||
value: 4,
|
||||
label: i18n.t('config.terminallog.statusItem.unknownError')
|
||||
},
|
||||
]
|
||||
}
|
||||
export default searchSelectInfo
|
||||
|
||||
Reference in New Issue
Block a user