0000015: 配置管理-增强字符串类配置

配置列表界面将匹配区域字段隐藏
This commit is contained in:
wangxin
2018-03-19 13:50:17 +08:00
parent 3e37e0b042
commit c538dd8d21

View File

@@ -227,7 +227,7 @@
<tr> <tr>
<th><spring:message code="seq"/></th> <th><spring:message code="seq"/></th>
<th><spring:message code="config_describe"/></th> <th><spring:message code="config_describe"/></th>
<th><spring:message code="match_area"/></th> <%-- <th><spring:message code="match_area"/></th> --%>
<th><spring:message code="key_word"/></th> <th><spring:message code="key_word"/></th>
<th><spring:message code="block_type"/></th> <th><spring:message code="block_type"/></th>
<!-- <th>业务id</th> --> <!-- <th>业务id</th> -->
@@ -254,7 +254,7 @@
<tr> <tr>
<td>${status.index+1 }</td> <td>${status.index+1 }</td>
<td>${cfg.cfgDesc }</td> <td>${cfg.cfgDesc }</td>
<td>${cfg.district }</td> <%-- <td>${cfg.district }</td> --%>
<td>${cfg.keywords }</td> <td>${cfg.keywords }</td>
<td> <td>
<c:if test="${1 eq cfg.action }"><spring:message code="block"/></c:if> <c:if test="${1 eq cfg.action }"><spring:message code="block"/></c:if>