perf: 开启工单启用

This commit is contained in:
ibuler
2022-05-17 18:08:53 +08:00
committed by Jiangjie.Bai
parent 8efb405fc0
commit b497f80a76

View File

@@ -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