diff --git a/resources/assets/js/pages/manage/application.vue b/resources/assets/js/pages/manage/application.vue index 30b722866..e2e68fafd 100644 --- a/resources/assets/js/pages/manage/application.vue +++ b/resources/assets/js/pages/manage/application.vue @@ -316,7 +316,7 @@ export default { ]; // 管理员 let adminApplyList = !this.userIsAdmin ? [] : [ - { value: "okr-analyze", label: "OKR结果分析" }, + { value: "okrAnalyze", label: "OKR结果分析" }, { value: "ldap", label: "LDAP" }, { value: "mail", label: "邮件" }, { value: "appPush", label: "APP推送" },