From 76ce8d3b1fea101d3ed44c3cbdde2edbdf79b16d Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 18 Apr 2021 15:15:53 +0800 Subject: [PATCH] =?UTF-8?q?418=E5=8A=9F=E8=83=BD=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 18 +- src/components/BtnCom/BtnCon.vue | 19 +- .../EntityApply/EntityApplyDate.vue | 14 +- src/config/api.js | 22 + src/router/index.js | 12 + src/views/teacher/Teacher.vue | 550 ++++++++++++++++++ src/views/teacherType/teacherType.vue | 289 +++++++++ 7 files changed, 898 insertions(+), 26 deletions(-) create mode 100644 src/views/teacher/Teacher.vue create mode 100644 src/views/teacherType/teacherType.vue diff --git a/src/App.vue b/src/App.vue index 271b478..c860e07 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@