44323
2023-09-25 89c36365eda5cdd23de2338f1c28a5b250ea7b34
cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html
@@ -130,8 +130,9 @@
            @}
            <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">
@@ -141,8 +142,9 @@
                        <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">