优化系统业务配置页搜索栏样式
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
from system_service_info ssi
|
||||
left join sys_user suc on suc.id=ssi.creator_id
|
||||
left join sys_user sue on sue.id=ssi.editor_id
|
||||
where 1=1
|
||||
where ssi.is_valid=1
|
||||
<if test="serviceName != null and serviceName != ''">
|
||||
and ssi.service_name like CONCAT('%', #{serviceName}, '%')
|
||||
</if>
|
||||
@@ -47,9 +47,6 @@
|
||||
<if test="serviceType != null">
|
||||
and ssi.service_type=#{serviceType}
|
||||
</if>
|
||||
<if test="isValid != null">
|
||||
and ssi.is_valid=#{isValid}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
<select id="get">
|
||||
|
||||
@@ -39,7 +39,7 @@ function page(n,s){
|
||||
<input id="pageSize" name="pageSize" type="hidden" value="${page.pageSize }"/>
|
||||
<div class="row" >
|
||||
<div class="col-md-12">
|
||||
动作:
|
||||
<span>动作 :</span>
|
||||
<form:select path="action">
|
||||
<form:option value="">请选择</form:option>
|
||||
<form:option value="1">阻断</form:option>
|
||||
@@ -49,13 +49,14 @@ function page(n,s){
|
||||
<form:option value="7">封堵监测白名单</form:option>
|
||||
<form:option value="8">灰名单</form:option>
|
||||
</form:select>
|
||||
类型:
|
||||
<span>类型 :</span>
|
||||
<form:select path="serviceType">
|
||||
<form:option value="">请选择</form:option>
|
||||
<form:option value="1">单域</form:option>
|
||||
<form:option value="2">多域</form:option>
|
||||
</form:select>
|
||||
名称:<form:input path="serviceName" htmlEscape="false" class="input-small"/>
|
||||
<span>名称 :</span>
|
||||
<form:input path="serviceName" htmlEscape="false" class="input-small"/>
|
||||
<button type="submit" onclick="return page();" class="btn btn-default btn-sm">
|
||||
<i class="fa fa-edit"></i> 搜索
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user