fix:修复结果分析命名

This commit is contained in:
weifashi 2023-08-18 09:59:18 +08:00
parent bd9e0bba9c
commit a397908bd4

View File

@ -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推送" },