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