帮雷军提交 修改内容:导出csv文件乱码解决 http、网页关键字日志添加检索条件

This commit is contained in:
tanghao
2018-12-18 00:09:10 +08:00
parent 8d69dc2df4
commit 0244c55ced
5 changed files with 39 additions and 1 deletions

View File

@@ -241,9 +241,19 @@
</div>
</div>
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="cfg_id"></spring:message></label>
<input name="cfgId" type="text" class="form-control logCfgId number" value="${log.cfgId }"/>
</div>
</div>
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="website"></spring:message></label>
<input name="website" type="text" class="form-control" value="${log.website }"/>
</div>
</div>
</div>
</div>
<!-- /筛选搜索内容栏 结束-->

View File

@@ -215,9 +215,19 @@
</div>
</div>
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="cfg_id"></spring:message></label>
<input name="cfgId" type="text" class="form-control logCfgId number" value="${log.cfgId }"/>
</div>
</div>
<div class="col-md-2">
<div class="form-group">
<label><spring:message code="website"></spring:message></label>
<input name="website" type="text" class="form-control" value="${log.website }"/>
</div>
</div>
</div>
</div>
<!-- /筛选搜索内容栏 结束-->