|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<object-views xmlns="http://hypaas.com/xml/ns/object-views" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hypaas.com/xml/ns/object-views http://hypaas.com/xml/ns/object-views/object-views_5.3.xsd"> |
|
|
|
|
<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-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=3</domain> |
|
|
|
|
</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-form" type="form"/> |
|
|
|
|
<domain>self.userAuth=1</domain> |
|
|
|
|