diff --git a/YLErpWeb/Controllers/V3Controller.cs b/YLErpWeb/Controllers/V3Controller.cs index 5497c3b2..23635cc1 100644 --- a/YLErpWeb/Controllers/V3Controller.cs +++ b/YLErpWeb/Controllers/V3Controller.cs @@ -2,7 +2,7 @@ { public class V3Controller : BaseController { - [MyAuthorize("客户管理-机构账号设置,客户管理-开放API配置,风险控制-白名单券池,基础参数管理-交易日历")] + [MyAuthorize("客户管理-机构账号设置,客户管理-开放API配置,风险控制-白名单券池,基础参数管理-交易日历,交易管理-收益凭证,交易管理-凭证审批,系统管理-凭证审批流程,结算管理-资金通知书")] public ActionResult Index() { ViewBag.userId = CurUser.UserEncryptId;