From 6a19ace7c44372f0828129d077003d5cd7ea79cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=AC?= <2660790936@qq.com> Date: Fri, 15 Dec 2023 11:07:03 +0800 Subject: [PATCH] studentManage.html --- studentManage.html | 344 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 344 insertions(+) create mode 100644 studentManage.html diff --git a/studentManage.html b/studentManage.html new file mode 100644 index 0000000..91b3b0d --- /dev/null +++ b/studentManage.html @@ -0,0 +1,344 @@ + + + + + 学生管理 + + + + + + + + + + + + + + + + + + + +
+
+
+
公 告
+
你是管理员,请发布公告
+
+
+
+
+
+ 学生管理 +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + +
编号学号姓名性别宿舍楼寝室号手机操作
{{index+1}}{{item.stuNum}}{{item.name}}{{item.sex}}{{item.dormBuildId==0?'暂未安排':item.dormBuildId+'栋'}}{{item.dormName}}{{item.tel}}  +
+
+ + +
+
+
+ + + + +
+ + + +
+ + + +
+ + +
+ + + + + + \ No newline at end of file