From 347fb8847760497eff734d4502ab125c827854e6 Mon Sep 17 00:00:00 2001
From: YuNan <3194726156@qq.com>
Date: Wed, 23 Oct 2024 19:19:55 +0800
Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E7=94=9F=E4=BF=A1=E6=81=AF=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../cet/data-import/student-data-import.vue | 228 ++++++++++++++++++
1 file changed, 228 insertions(+)
create mode 100644 src/views/cet/data-import/student-data-import.vue
diff --git a/src/views/cet/data-import/student-data-import.vue b/src/views/cet/data-import/student-data-import.vue
new file mode 100644
index 0000000..ebfecf7
--- /dev/null
+++ b/src/views/cet/data-import/student-data-import.vue
@@ -0,0 +1,228 @@
+
+
+
+
+
+
+
+
+
+
+ {{ uploading ? 'Uploading' : '确认上传文件' }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file