From be5032602d65a82d49e4f1572a2a31698cb96826 Mon Sep 17 00:00:00 2001
From: Shu Guang <61069967+shuguangnet@users.noreply.github.com>
Date: Sun, 18 May 2025 07:41:47 +0800
Subject: [PATCH] =?UTF-8?q?refactor(components/edit):=20=E6=9B=BF=E6=8D=A2?=
=?UTF-8?q?=E6=80=A7=E5=88=AB=E9=80=89=E6=8B=A9=E5=99=A8=E4=B8=BA=E4=B8=8B?=
=?UTF-8?q?=E6=8B=89=E6=A1=86=E5=B9=B6=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?=
=?UTF-8?q?=E6=A0=BC=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
将性别选择器从单选按钮组替换为下拉框,提升用户体验。同时,对代码进行格式化,统一缩进和代码风格,提高代码可读性和维护性。
---
src/components/edit/EditStudent.vue | 27 +-
src/views/user/Student.vue | 459 +++++++++++++-------------
src/views/user/Teacher.vue | 477 +++++++++++++++-------------
3 files changed, 509 insertions(+), 454 deletions(-)
diff --git a/src/components/edit/EditStudent.vue b/src/components/edit/EditStudent.vue
index 6e51335e..5294b58d 100644
--- a/src/components/edit/EditStudent.vue
+++ b/src/components/edit/EditStudent.vue
@@ -79,14 +79,14 @@
/>
-
+
diff --git a/src/views/user/Teacher.vue b/src/views/user/Teacher.vue
index 0cdbcf6c..bcd2aa6f 100644
--- a/src/views/user/Teacher.vue
+++ b/src/views/user/Teacher.vue
@@ -20,23 +20,12 @@
>
-
- 添加教师
-
-
+ 添加教师
+
批量删除 ({{ selectedKeys.length }})
-
- Excel导入
-
-
+ Excel导入
+
全量导出
@@ -96,109 +85,109 @@