操作日志列表新增IP地址查询

This commit is contained in:
RuoYi
2023-09-26 09:19:30 +08:00
parent 64e6ae4fe4
commit 8dd40158ec
2 changed files with 7 additions and 1 deletions

View File

@ -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',