From a397908bd4854f2aa779e079d4a605f93543fe8b Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Fri, 18 Aug 2023 09:59:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E5=A4=8D=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E5=88=86=E6=9E=90=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/assets/js/pages/manage/application.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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推送" },