| | |
| | | @} |
| | | <div class="form-horizontal" id="carInfoForm2"> |
| | | <h2>学员信息</h2> |
| | | |
| | | @for(obj in students){ |
| | | <div class="form-group" style="display: flex"> |
| | | @for(obj in students){ |
| | | <label class="col-sm-3 control-label">*姓名:</label> |
| | | <div class="col-sm-9"> |
| | | <input style="width: 300px" class="form-control" value="${obj.name}" id="studentName" type="text"> |
| | |
| | | <input style="width: 300px" class="form-control" value="${obj.phone}" id="studentPhone" type="text"> |
| | | </div> |
| | | <#button btnCss="info" name="查看详情" id="ensure" icon="fa-check" clickFun="TQuestion.studentInfo(${obj.id})"/> |
| | | @} |
| | | </div> |
| | | @} |
| | | |
| | | </div> |
| | | |
| | | <div class="row btn-group-m-t"> |