|
|
|
@ -5,17 +5,17 @@
|
|
|
|
|
<view name="ServiceUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=3</domain> |
|
|
|
|
</action-view> |
|
|
|
|
<action-view name="action.view.SecurityUser.Log" title="业务用户动作"> |
|
|
|
|
<action-view name="action.view.SecurityUser.Log" model="Log.LogEntity" title="业务用户动作"> |
|
|
|
|
<view name="SecurityUser-grid" type="grid"/> |
|
|
|
|
<view name="SecurityUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=1</domain> |
|
|
|
|
</action-view> |
|
|
|
|
<action-view name="action.view.SecurityAuditUser.Log" title="安全审计员动作"> |
|
|
|
|
<action-view name="action.view.SecurityAuditUser.Log" model="Log.LogEntity" title="安全审计员动作"> |
|
|
|
|
<view name="SecurityAuditUser-grid" type="grid"/> |
|
|
|
|
<view name="SecurityAuditUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=2</domain> |
|
|
|
|
</action-view> |
|
|
|
|
<action-view name="action.view.SystemManageUser.Log" title="系统管理员动作"> |
|
|
|
|
<action-view name="action.view.SystemManageUser.Log" model="Log.LogEntity" title="系统管理员动作"> |
|
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|
|
<view name="SystemManageUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth= 0</domain> |
|
|
|
|