补充修改系统业务类型管理国际化

This commit is contained in:
zhanghongqing
2018-03-06 11:26:32 +08:00
parent 36f836979c
commit 752f59b360
4 changed files with 4 additions and 4 deletions

View File

@@ -161,7 +161,7 @@
'<span class="child-label"><font color="red">*</font>'+'<spring:message code="table_type"/>'+':</span> ' +
'<span> ' +
'<select class="child-required" name="tableType" onchange="autoServiceId()"> ' +
'<option value="">'+'<spring:message code="selelct"/>'+'</option>' +
'<option value="">'+'<spring:message code="select"/>'+'</option>' +
'<option value="1">IP</option>' +
'<option value="2">'+'<spring:message code="string"/>'+'</option>' +
'<option value="3">'+'<spring:message code="number"/>'+'</option>' +