|
|
|
@ -1,6 +1,9 @@
|
|
|
|
|
<?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"> |
|
|
|
|
<grid title="系统管理员操作日志" model="Log.LogEntity" edit-icon="true" freeSearch="all" name="SystemManageUser-grid" width="large"> |
|
|
|
|
<toolbar> |
|
|
|
|
<button onClick="action.view.Export.Log" title="导出" name="导出"/> |
|
|
|
|
</toolbar> |
|
|
|
|
<field search-field="true" canSuggest="true" name="levelNum" title="告警级别"/> |
|
|
|
|
<field search-field="true" canSuggest="true" name="userAuthDesc" title="用户角色"/> |
|
|
|
|
<field search-field="true" canSuggest="true" name="userId" title="用户名"/> |
|
|
|
|