操作日志列表新增IP地址查询
This commit is contained in:
@ -11,6 +11,9 @@
|
||||
<form id="operlog-form">
|
||||
<div class="select-list">
|
||||
<ul>
|
||||
<li>
|
||||
<label>操作地址:</label><input type="text" name="operIp"/>
|
||||
</li>
|
||||
<li>
|
||||
<label>系统模块: </label><input type="text" name="title"/>
|
||||
</li>
|
||||
@ -116,7 +119,7 @@
|
||||
},
|
||||
{
|
||||
field: 'operIp',
|
||||
title: '主机'
|
||||
title: '操作地址'
|
||||
},
|
||||
{
|
||||
field: 'operLocation',
|
||||
|
Reference in New Issue
Block a user