|
|
@ -3,7 +3,7 @@ |
|
|
|
<action-view name="action.view.ServiceUser.Log" model="Log.LogEntity" title="业务用户"> |
|
|
|
<action-view name="action.view.ServiceUser.Log" model="Log.LogEntity" title="业务用户"> |
|
|
|
<view name="ServiceUser-grid" type="grid"/> |
|
|
|
<view name="ServiceUser-grid" type="grid"/> |
|
|
|
<view name="ServiceUser-form" type="form"/> |
|
|
|
<view name="ServiceUser-form" type="form"/> |
|
|
|
<domain>self.userAuth=16</domain> |
|
|
|
<domain>self.userAuth=2</domain> |
|
|
|
</action-view> |
|
|
|
</action-view> |
|
|
|
<action-view name="action.view.SecurityUser.Log" model="Log.LogEntity" title="安全保密员"> |
|
|
|
<action-view name="action.view.SecurityUser.Log" model="Log.LogEntity" title="安全保密员"> |
|
|
|
<view name="SecurityUser-grid" type="grid"/> |
|
|
|
<view name="SecurityUser-grid" type="grid"/> |
|
|
@ -23,12 +23,12 @@ |
|
|
|
<action-view name="action.view.SecurityAuditUser.Log" model="Log.LogEntity" title="安全审计员"> |
|
|
|
<action-view name="action.view.SecurityAuditUser.Log" model="Log.LogEntity" title="安全审计员"> |
|
|
|
<view name="SecurityAuditUser-grid" type="grid"/> |
|
|
|
<view name="SecurityAuditUser-grid" type="grid"/> |
|
|
|
<view name="SecurityAuditUser-form" type="form"/> |
|
|
|
<view name="SecurityAuditUser-form" type="form"/> |
|
|
|
<domain>self.userAuth=2</domain> |
|
|
|
<domain>self.userAuth=3</domain> |
|
|
|
</action-view> |
|
|
|
</action-view> |
|
|
|
<action-view name="action.view.SystemManageUser.Log" model="Log.LogEntity" title="系统管理员"> |
|
|
|
<action-view name="action.view.SystemManageUser.Log" model="Log.LogEntity" title="系统管理员"> |
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|
<view name="SystemManageUser-form" type="form"/> |
|
|
|
<view name="SystemManageUser-form" type="form"/> |
|
|
|
<domain>self.userAuth=4</domain> |
|
|
|
<domain>self.userAuth=16</domain> |
|
|
|
</action-view> |
|
|
|
</action-view> |
|
|
|
<action-view name="action.view.System.Log" title="查询系统日志"> |
|
|
|
<action-view name="action.view.System.Log" title="查询系统日志"> |
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|