From 21ee583563d59d9d04840f65cb0053df9b183554 Mon Sep 17 00:00:00 2001
From: 44323 <443237572@qq.com>
Date: 星期一, 30 十月 2023 10:08:50 +0800
Subject: [PATCH] Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/java/PlayPai

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_add.html |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_add.html
index b79d2f5..6bb689b 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_add.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/user/user_add.html
@@ -6,13 +6,16 @@
 			<div class="row">
 	<div class="col-sm-6">
 		<div id="driverInfoContent">
-			<#input id="name" name="姓名" underline="true"/>
-			<#input id="birthday" name="出生日期" underline="true" type="text"/>
-			<#input id="rePassword" name="确认密码" type="password" underline="true"/>
-			<#input id="citySel" name="部门" underline="true" readonly="readonly" hidden="deptid"
-			clickFun="UserInfoDlg.showDeptSelectTree(); return false;"
-			style="background-color: #ffffff !important;"/>
-			<#input id="phone" name="电话" underline="true"/>
+			<#input id="name" name="员工姓名" underline="true"/>
+			<#input id="phone" name="联系电话" underline="true"/>
+			<#avatar id="avatar" name="照片" underline="true"/>
+			<#input id="birthday" name="生日" underline="true" type="text"/>
+			<#select id="sex" name="性别" underline="true" >
+			<option value="1">男</option>
+			<option value="2">女</option>
+			</#select>
+			<#input id="idCard" name="身份证号" type="text" underline="true"/>
+
 		</div>
 	</div>
 </div>

--
Gitblit v1.7.1