From 89c36365eda5cdd23de2338f1c28a5b250ea7b34 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期一, 25 九月 2023 17:12:59 +0800
Subject: [PATCH] 后台代码

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html
index 1fa75eb..4e9aa18 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/appUser/TAppUser_info.html
+++ b/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">

--
Gitblit v1.7.1