fix:修复结果分析命名
This commit is contained in:
@@ -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推送" },
|
||||
|
||||
Reference in New Issue
Block a user