You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.9 KiB
36 lines
1.9 KiB
<?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="业务用户"> |
|
<view name="ServiceUser-grid" type="grid"/> |
|
<view name="ServiceUser-form" type="form"/> |
|
<domain>self.userAuth=16</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.Config.Log" model="Log.LogEntity" title="日志配置"> |
|
<view name="LogConfig-grid" type="grid"/> |
|
<view name="LogConfig-form" type="form"/> |
|
</action-view> |
|
<action-view name="action.view.Export.Log" model="Log.LogEntity" title="日志导出"> |
|
<view name="export-form" type="form"/> |
|
</action-view> |
|
<action-method name="action.method.system.logExport" model="Log.LogEntity"> |
|
<call method="exportLog" class="com.system.log.controller.LogController"/> |
|
</action-method> |
|
<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> |
|
<action-view name="action.view.System.Log" title="查询系统日志"> |
|
<view name="SystemManageUser-grid" type="grid"/> |
|
</action-view> |
|
</object-views>
|
|
|