From 313a58d5dd241ab3a73da4ba3bcdc9c1a03b014b Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期三, 15 十月 2025 16:26:54 +0800
Subject: [PATCH] bug修改,新增用户取消销售人员必填校验,新增学员取消体测表必填校验

---
 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