mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-15 14:24:39 +00:00
perf: 开启工单启用
This commit is contained in:
@@ -29,6 +29,7 @@ export default {
|
||||
],
|
||||
[
|
||||
this.$t('setting.Feature'), [
|
||||
'TICKETS_ENABLED',
|
||||
'ANNOUNCEMENT_ENABLED'
|
||||
]
|
||||
]
|
||||
@@ -42,6 +43,11 @@ export default {
|
||||
return !this.$store.getters.hasValidLicense
|
||||
}
|
||||
},
|
||||
TICKETS_ENABLED: {
|
||||
hidden: () => {
|
||||
return !this.$store.getters.hasValidLicense
|
||||
}
|
||||
},
|
||||
ANNOUNCEMENT_ENABLED: {
|
||||
// label: '公告',
|
||||
component: Announcement
|
||||
|
||||
Reference in New Issue
Block a user