hypaas
1 year ago
3 changed files with 17 additions and 5 deletions
@ -0,0 +1,7 @@ |
|||||||
|
<?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.LogManage.Log" model="Log.LogEntity" title="业务用户操作日志"> |
||||||
|
<view name="Log-ServiceUser-grid" type="grid"/> |
||||||
|
<view name="Log-ServiceUser-form" type="form"/> |
||||||
|
</action-view> |
||||||
|
</object-views> |
@ -0,0 +1,4 @@ |
|||||||
|
<?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"> |
||||||
|
<menuitem title="业务用户操作日志" left="true" name="menu-LogManage" action="action.view.LogManage.Log"/> |
||||||
|
</object-views> |
Loading…
Reference in new issue