From ef263219acd6876ecd159c41bda5c41e86ff78df Mon Sep 17 00:00:00 2001 From: qsh <> Date: Mon, 28 Jul 2025 19:08:28 +0800 Subject: [PATCH] sc --- src/api/uav/regiest.js | 13 + src/views/JoinUs/Station/index.vue | 396 ++++++++++++++++++++++++----- 2 files changed, 350 insertions(+), 59 deletions(-) diff --git a/src/api/uav/regiest.js b/src/api/uav/regiest.js index 0164770..188b00d 100644 --- a/src/api/uav/regiest.js +++ b/src/api/uav/regiest.js @@ -16,6 +16,13 @@ export const auditStation = async (data) => { }) } +// 机构详情 +export const stationDetail = async (id) => { + return await request.get({ + url: `/admin-api/applet/wrj/school/get/${id}` + }) +} + // 修改机构 export const updateStation = async (data) => { return await request.post({ @@ -46,3 +53,9 @@ export const updateTeacher = async (data) => { data }) } + +// export const getCarTypeList = async () => { +// return await request.get({ +// url: 'https://cloud.ahfkbg.com/wrj-api/wrjSchoolDriverType/list' +// }) +// } diff --git a/src/views/JoinUs/Station/index.vue b/src/views/JoinUs/Station/index.vue index 08e4f7d..9d68686 100644 --- a/src/views/JoinUs/Station/index.vue +++ b/src/views/JoinUs/Station/index.vue @@ -99,21 +99,22 @@ /> - - - - - {{ item.label }} - - + + + + + {{ item.typeName }} + + - + @@ -171,31 +172,29 @@ - - - - {{ item.label }} - - + + + {{ item.tag }} + - - - {{ item.label }} - - + + {{ item.serviceName }} + @@ -213,8 +212,8 @@ 审核信息 - - + + 通过 不通过 @@ -237,7 +236,13 @@