perf: 在线会话添加活跃状态过滤

This commit is contained in:
feng
2023-11-16 14:40:16 +08:00
parent 0abe33053f
commit d73a07dff2

View File

@@ -94,6 +94,19 @@ export default {
hasBulkDelete: false,
hasLeftActions: true,
hasRightActions: true,
searchConfig: {
exclude: ['is_active'],
options: [
{
value: 'is_active',
label: this.$t('terminal.Active'),
children: [
{ value: true, label: this.$t('common.Yes') },
{ value: false, label: this.$t('common.No') }
]
}
]
},
extraMoreActions: [
{
name: 'OfflineSelected',