From a574478ff3909225696827f3b263cebc150333b4 Mon Sep 17 00:00:00 2001
From: xuhy <3313886187@qq.com>
Date: 星期二, 31 十二月 2024 18:35:03 +0800
Subject: [PATCH] 管理后台

---
 ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/user/user_edit.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/user/user_edit.html b/ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/user/user_edit.html
index 4271878..33417cf 100644
--- a/ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/user/user_edit.html
+++ b/ManagementOKTravel/guns-admin/src/main/webapp/WEB-INF/view/system/user/user_edit.html
@@ -8,23 +8,23 @@
 
 			<div class="row">
 				<div class="col-sm-6 b-r">
-					<#input id="account" name="账户" underline="true" value="${user.account}"/>
+					<#input id="account" name="*账户" underline="true" value="${user.account}"/>
 
 					<#select id="sex" name="性别:" underline="true">
 						<option value="1">男</option>
 						<option value="2">女</option>
 					</#select>
 
-					<#input id="citySel" name="部门" underline="false" readonly="readonly" hidden="deptid" hiddenValue="${user.deptid}" value="${deptName}" clickFun="UserInfoDlg.showDeptSelectTree(); return false;" style="background-color: #ffffff !important;"/>
+					<#input id="citySel" name="*部门" underline="false" readonly="readonly" hidden="deptid" hiddenValue="${user.deptid}" value="${deptName}" clickFun="UserInfoDlg.showDeptSelectTree(); return false;" style="background-color: #ffffff !important;"/>
 
 				<!--<#input id="roleid" name="角色" underline="true" value="${roleName}" disabled="disabled"/>-->
 				<#input id="email" name="邮箱" type="email" value="${user.email}"/>
 				</div>
 				<div class="col-sm-6">
 					<div id="driverInfoContent">
-						<#input id="name" name="姓名" underline="true" value="${user.name}"/>
+						<#input id="name" name="*姓名" underline="true" value="${user.name}"/>
 
-						<#input id="birthday" name="出生日期" underline="true" type="text"
+						<#input id="birthday" name="*出生日期" underline="true" type="text"
 						value="${user.birthday}"/>
 
 						<#input id="phone" name="电话" value="${user.phone}"/>

--
Gitblit v1.7.1