mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-27 14:07:50 +00:00
fix:修复结果分析命名
This commit is contained in:
parent
bd9e0bba9c
commit
a397908bd4
@ -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推送" },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user