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.
14 lines
1.1 KiB
14 lines
1.1 KiB
11 months ago
|
<?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">
|
||
|
<field search-field="true" canSuggest="true" name="userId" title="用户ID"/>
|
||
|
<field search-field="true" canSuggest="true" name="levelNum" title="告警级别"/>
|
||
|
<field search-field="true" canSuggest="true" name="time" title="操作时间"/>
|
||
|
<field search-field="true" canSuggest="true" name="address" title="IP"/>
|
||
|
<field search-field="true" canSuggest="true" name="objectName" title="客体"/>
|
||
|
<field search-field="true" canSuggest="true" name="module" title="操作模块"/>
|
||
|
<field search-field="true" canSuggest="true" name="opType" title="操作类型"/>
|
||
|
<field search-field="true" canSuggest="true" name="content" title="操作内容"/>
|
||
|
</grid>
|
||
|
</object-views>
|