Commit 5a0057c3 by naan1993

select标签 增加name属性

parent 5212a4b7
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<div class="form-group"> <div class="form-group">
<label class="col-sm-3 control-label">${name}</label> <label class="col-sm-3 control-label">${name}</label>
<div class="col-sm-9"> <div class="col-sm-9">
<select class="form-control" id="${id}"> <select class="form-control" id="${id}" name="${id}">
${tagBody!} ${tagBody!}
</select> </select>
@if(isNotEmpty(hidden)){ @if(isNotEmpty(hidden)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment