From 1594810b5707fb682575080fcdc566317d49a173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=82=A5=E7=BE=8A?= <1048382248@qq.com> Date: Mon, 25 Aug 2025 16:49:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=20=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E5=AD=A6=E7=94=9F=E8=A1=A5=E5=8A=A9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/enum.ts | 3 +- src/views/student/edit.vue | 67 +++++++++--- src/views/student/index.vue | 12 ++- src/views/teacher/index.vue | 3 +- src/views/toschoolinfomanage/addModal.vue | 122 ++++++++-------------- 5 files changed, 112 insertions(+), 95 deletions(-) diff --git a/src/api/enum.ts b/src/api/enum.ts index 055735b..1d8add7 100644 --- a/src/api/enum.ts +++ b/src/api/enum.ts @@ -1,3 +1,4 @@ +import { ComboModel } from "@/components/hTable/hTable"; import { http } from "@/utils/http"; import type { Res } from "@/utils/http/types"; @@ -7,7 +8,7 @@ import type { Res } from "@/utils/http/types"; * @return {object} */ export function getenum(type) { - return http.request>("get", `Public/enum/${type}`); + return http.request>("get", `Public/enum/${type}`); } /** * @description 获取枚举对象 diff --git a/src/views/student/edit.vue b/src/views/student/edit.vue index 79f662a..df4ebbb 100644 --- a/src/views/student/edit.vue +++ b/src/views/student/edit.vue @@ -34,16 +34,6 @@ - - - - - + + + + + - + + +
+ + + + + + + + + +
+
+
+ +