|
|
|
@ -3,17 +3,21 @@
|
|
|
|
|
<action-view name="action.view.ServiceUser.Log" model="Log.LogEntity" title="业务用户动作"> |
|
|
|
|
<view name="ServiceUser-grid" type="grid"/> |
|
|
|
|
<view name="ServiceUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=3</domain> |
|
|
|
|
</action-view> |
|
|
|
|
<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" 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" model="Log.LogEntity" title="系统管理员动作"> |
|
|
|
|
<view name="SystemManageUser-grid" type="grid"/> |
|
|
|
|
<view name="SystemManageUser-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=4</domain> |
|
|
|
|
</action-view> |
|
|
|
|
</object-views> |
|
|
|
|