1.修改国际化代码 2.解决界面搜索框Clear按钮失效 3.日志串联设备字典取

This commit is contained in:
zhangwenqing
2018-08-10 11:49:00 +08:00
parent f4f1600509
commit 44dfbe1e79
12 changed files with 64 additions and 15 deletions

View File

@@ -172,7 +172,7 @@
<option value="specServiceName"><spring:message code="protocol_name"/></option>
</select>
</div>
<input id="intype" class="form-control input-medium" placeholder="<spring:message code='input'/><spring:message code='protocol_name'/>" type="text" onchange="casec()" maxlength="60">
<input id="intype" class="form-control input-medium" placeholder="<spring:message code='input_protocol_name'/>" type="text" onchange="casec()" maxlength="60">
</div>