+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ row.status === 1 ? "已完结" : "跟进中" }}
+
+
+
+
+
+
+ 删除
+ 详情
+ 跟进
+
+
+
+
+
+
+
+
+
+
+
+
From fbac2ef72b490297dfb236a01d46fdfa63c46dfb Mon Sep 17 00:00:00 2001
From: xiangbo <975188351@qq.com>
Date: Fri, 15 Aug 2025 14:06:52 +0800
Subject: [PATCH 2/8] =?UTF-8?q?feat:=20=E5=87=86=E5=A4=87=E5=90=88?=
=?UTF-8?q?=E5=B9=B6main?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/toschoolinfomanage.ts | 23 +++++++++++
src/views/toschoolinfomanage/index.vue | 53 ++++++++++++++++++++------
2 files changed, 65 insertions(+), 11 deletions(-)
create mode 100644 src/api/toschoolinfomanage.ts
diff --git a/src/api/toschoolinfomanage.ts b/src/api/toschoolinfomanage.ts
new file mode 100644
index 0000000..8d48758
--- /dev/null
+++ b/src/api/toschoolinfomanage.ts
@@ -0,0 +1,23 @@
+import { http } from "@/utils/http";
+import type { Res } from "@/utils/http/types";
+
+/**
+ * @description 获取学校枚举下拉
+ * @param {string} type 枚举类型 type=StatusEnum
+ * @return {object}
+ */
+export function getenum(data) {
+ return http.request