This commit is contained in:
moshowgame@126.com 2018-10-03 11:08:22 +08:00
parent 2267e9d644
commit 995a0bbf48

View File

@ -4,7 +4,7 @@
<#list classInfo.fieldList as fieldItem >
<div class="form-group">
<label for="${fieldItem.fieldName}Label">${fieldItem.fieldComment}</label>
<input type="input" class="form-control" id="${fieldItem.fieldName}" name="${fieldItem.fieldName}}" placeholder="请输入${fieldItem.fieldComment}">
<input type="input" class="form-control" id="${fieldItem.fieldName}" name="${fieldItem.fieldName}" placeholder="请输入${fieldItem.fieldComment}">
</div>
</#list>
</#if>