mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-08 07:15:36 +00:00
fix:修复结果分析命名
This commit is contained in:
parent
bd9e0bba9c
commit
a397908bd4
@ -316,7 +316,7 @@ export default {
|
|||||||
];
|
];
|
||||||
// 管理员
|
// 管理员
|
||||||
let adminApplyList = !this.userIsAdmin ? [] : [
|
let adminApplyList = !this.userIsAdmin ? [] : [
|
||||||
{ value: "okr-analyze", label: "OKR结果分析" },
|
{ value: "okrAnalyze", label: "OKR结果分析" },
|
||||||
{ value: "ldap", label: "LDAP" },
|
{ value: "ldap", label: "LDAP" },
|
||||||
{ value: "mail", label: "邮件" },
|
{ value: "mail", label: "邮件" },
|
||||||
{ value: "appPush", label: "APP推送" },
|
{ value: "appPush", label: "APP推送" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user