mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-17 14:27:18 +00:00
feat: 修改命令过滤
This commit is contained in:
parent
a54cbec098
commit
3da44667bd
@ -29,7 +29,9 @@ export default {
|
|||||||
label: this.$t('assets.Rules'),
|
label: this.$t('assets.Rules'),
|
||||||
formatter: DetailFormatter,
|
formatter: DetailFormatter,
|
||||||
formatterArgs: {
|
formatterArgs: {
|
||||||
route: 'CommandFilterDetail',
|
routeQuery: {
|
||||||
|
activeTab: 'rules'
|
||||||
|
},
|
||||||
getTitle: ({ cellValue }) => cellValue.length
|
getTitle: ({ cellValue }) => cellValue.length
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user