模块名称增加国际化显示参数
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
<label class="control-label col-sm-2" title="">
|
||||
<span class="required">*</span> ${text('归属模块')}:<i class="fa icon-question hide"></i></label>
|
||||
<div class="col-sm-8">
|
||||
<#form:radio path="module.moduleCode" items="${moduleList}" itemLabel="moduleName" itemValue="moduleCode" class="form-control required" />
|
||||
<#form:radio path="module.moduleCode" items="${moduleList}" itemLabel="moduleNameText" itemValue="moduleCode" class="form-control required" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
<div class="form-group">
|
||||
<label class="control-label">${text('归属模块')}:</label>
|
||||
<div class="control-inline width-120">
|
||||
<#form:select path="module.moduleCode" items="${moduleList}" itemLabel="moduleName"
|
||||
<#form:select path="module.moduleCode" items="${moduleList}" itemLabel="moduleNameText"
|
||||
itemValue="moduleCode" class="form-control" blankOption="true"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user