mirror of
https://github.com/jumpserver/lina.git
synced 2025-08-21 16:24:13 +00:00
Merge pull request #4193 from jumpserver/pr@dev@fix_menu_heighlight
fixed: Missing menu highlight in command group detail page
This commit is contained in:
commit
50b7f54652
@ -201,7 +201,7 @@ export default [
|
|||||||
hidden: true,
|
hidden: true,
|
||||||
meta: {
|
meta: {
|
||||||
title: i18n.t('CommandGroupDetail'),
|
title: i18n.t('CommandGroupDetail'),
|
||||||
activeMenu: ''
|
activeMenu: '/console/perms/acls/cmd-acls'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -68,11 +68,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
|
||||||
activated() {
|
|
||||||
setTimeout(() => {
|
|
||||||
this.$refs.listTable.reloadTable()
|
|
||||||
}, 300)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
@ -32,15 +32,9 @@ export default {
|
|||||||
title: this.$t('Basic'),
|
title: this.$t('Basic'),
|
||||||
name: 'Detail'
|
name: 'Detail'
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
actions: {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
@ -53,11 +53,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
computed: {}
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
|
||||||
|
|
||||||
</style>
|
|
||||||
|
@ -36,8 +36,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
|
||||||
},
|
|
||||||
methods: {
|
methods: {
|
||||||
handleTabClick(tab) {
|
handleTabClick(tab) {
|
||||||
const query = _.cloneDeep(this.$route.query)
|
const query = _.cloneDeep(this.$route.query)
|
||||||
|
Loading…
Reference in New Issue
Block a user