From 8e6765d9216b19613d0f1c5197ede35b61a3f063 Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Tue, 21 May 2024 12:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E8=AE=A4=E8=AF=81=20?= =?UTF-8?q?=E4=BA=BA=E6=89=8D=E5=BA=93=E5=9F=B9=E8=AE=AD=E6=95=99=E5=B8=88?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/ApplicationReview.js | 33 + src/components/ImageUpload/index.vue | 172 +- src/views/system/ApplicationReview/index.vue | 1581 ++++++++++-------- src/views/trainService/reliability.vue | 15 - src/views/trainService/talentPool.vue | 180 ++ src/views/trainService/trainTeacher.vue | 187 +++ src/views/trainService/unlineClass.vue | 15 - 7 files changed, 1338 insertions(+), 845 deletions(-) delete mode 100644 src/views/trainService/reliability.vue create mode 100644 src/views/trainService/talentPool.vue create mode 100644 src/views/trainService/trainTeacher.vue delete mode 100644 src/views/trainService/unlineClass.vue diff --git a/src/api/system/ApplicationReview.js b/src/api/system/ApplicationReview.js index 5085ea7..5bcb6b1 100644 --- a/src/api/system/ApplicationReview.js +++ b/src/api/system/ApplicationReview.js @@ -107,4 +107,37 @@ export function exporttestercert(query) { method: 'get', params: query }) +} + + +// 公司审核列表 +export function companyList(query) { + return request({ + url: '/companyApply/admin/unaudit', + method: 'get', + params: query + }) +} + +// 详情 +export function companyDetail(id) { + return request({ + url: '/companyApply/admin/'+id, + method: 'get', + }) +} +// 删除 +export function companyDelete(id) { + return request({ + url: '/companyApply/admin/delete/'+id, + method: 'delete', + }) +} +// 审核 +export function companyApplyPost(data) { + return request({ + url: '/companyApply/admin/audit', + method: 'post', + data + }) } \ No newline at end of file diff --git a/src/components/ImageUpload/index.vue b/src/components/ImageUpload/index.vue index ad32427..0c1484a 100644 --- a/src/components/ImageUpload/index.vue +++ b/src/components/ImageUpload/index.vue @@ -1,101 +1,101 @@ \ No newline at end of file diff --git a/src/views/system/ApplicationReview/index.vue b/src/views/system/ApplicationReview/index.vue index 557cf81..6ce0af6 100644 --- a/src/views/system/ApplicationReview/index.vue +++ b/src/views/system/ApplicationReview/index.vue @@ -1,10 +1,15 @@ diff --git a/src/views/trainService/reliability.vue b/src/views/trainService/reliability.vue deleted file mode 100644 index 51bd5b7..0000000 --- a/src/views/trainService/reliability.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/views/trainService/talentPool.vue b/src/views/trainService/talentPool.vue new file mode 100644 index 0000000..3e463b2 --- /dev/null +++ b/src/views/trainService/talentPool.vue @@ -0,0 +1,180 @@ + + + + diff --git a/src/views/trainService/trainTeacher.vue b/src/views/trainService/trainTeacher.vue new file mode 100644 index 0000000..7960f54 --- /dev/null +++ b/src/views/trainService/trainTeacher.vue @@ -0,0 +1,187 @@ + + + + diff --git a/src/views/trainService/unlineClass.vue b/src/views/trainService/unlineClass.vue deleted file mode 100644 index 7fd4a17..0000000 --- a/src/views/trainService/unlineClass.vue +++ /dev/null @@ -1,15 +0,0 @@ - - - - - \ No newline at end of file