0000015: 配置管理-增强字符串类配置
配置列表界面将匹配区域字段隐藏
This commit is contained in:
@@ -227,7 +227,7 @@
|
||||
<tr>
|
||||
<th><spring:message code="seq"/></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="block_type"/></th>
|
||||
<!-- <th>业务id</th> -->
|
||||
@@ -254,7 +254,7 @@
|
||||
<tr>
|
||||
<td>${status.index+1 }</td>
|
||||
<td>${cfg.cfgDesc }</td>
|
||||
<td>${cfg.district }</td>
|
||||
<%-- <td>${cfg.district }</td> --%>
|
||||
<td>${cfg.keywords }</td>
|
||||
<td>
|
||||
<c:if test="${1 eq cfg.action }"><spring:message code="block"/></c:if>
|
||||
|
||||
Reference in New Issue
Block a user