From 741752fa48c8a7026b8af8a86f9b428de2acf619 Mon Sep 17 00:00:00 2001
From: zhoutianchi <1305666981@qq.com>
Date: Tue, 3 Feb 2026 18:04:37 +0800
Subject: [PATCH] 1
---
src/api/professional/professionalfile.ts | 10 +
.../teacherbase/export-teacher-info.vue | 457 +++++++++---------
2 files changed, 233 insertions(+), 234 deletions(-)
create mode 100644 src/api/professional/professionalfile.ts
diff --git a/src/api/professional/professionalfile.ts b/src/api/professional/professionalfile.ts
new file mode 100644
index 0000000..3c5d078
--- /dev/null
+++ b/src/api/professional/professionalfile.ts
@@ -0,0 +1,10 @@
+import request from '/@/utils/request';
+
+
+export const exportTeacherInfoBySelf = (data?: any) => {
+ return request({
+ url: '/professional/file/exportTeacherInfoBySelf',
+ method: 'post',
+ data: data,
+ });
+};
\ No newline at end of file
diff --git a/src/views/professional/teacherbase/export-teacher-info.vue b/src/views/professional/teacherbase/export-teacher-info.vue
index 2a7d2c9..492442a 100644
--- a/src/views/professional/teacherbase/export-teacher-info.vue
+++ b/src/views/professional/teacherbase/export-teacher-info.vue
@@ -1,256 +1,245 @@
-
-
-
- 导出依据"职工信息"页面的检索条件
- 请在搜索后再打开导出页面
-
-
-
-
-
-
-
-
- 导出
-
-
+
+
+
+ 导出依据"职工信息"页面的检索条件
+ 请在搜索后再打开导出页面
+
+
+
+
+
+
+
+ 导出
+
+
-
-
-
-
- 基础信息
- 全选
-
-
-
-
- {{item.label}}
-
-
-
+
+
+
+
+ 基础信息
+ 全选
+
+
+
+
+ {{ item.label }}
+
+
+
-
-
-
-
- 岗位信息
- 全选
-
-
-
-
- {{item.label}}
-
-
-
-
-
-
-
-
- 其他
- 全选
-
-
-
-
- {{item.label}}
-
-
-
-
-
+
+
+
+
+ 岗位信息
+ 全选
+
+
+
+
+ {{ item.label }}
+
+
+
+
+
+
+
+ 其他
+ 全选
+
+
+
+
+ {{ item.label }}
+
+
+
+
-
+