Browse Source

Configure Continuous Integration ....

master
zhangqiyang 6 months ago
parent
commit
c3c41d57a8
  1. 6
      modules/test/src/main/resources/views/actionGroup.xml

6
modules/test/src/main/resources/views/actionGroup.xml

@ -3,7 +3,7 @@
<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=16</domain>
<domain>self.userAuth=2</domain>
</action-view>
<action-view name="action.view.SecurityUser.Log" model="Log.LogEntity" title="安全保密员">
<view name="SecurityUser-grid" type="grid"/>
@ -23,12 +23,12 @@
<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>
<domain>self.userAuth=3</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>
<domain>self.userAuth=16</domain>
</action-view>
<action-view name="action.view.System.Log" title="查询系统日志">
<view name="SystemManageUser-grid" type="grid"/>

Loading…
Cancel
Save