From 8e26c3f9ff0d23663bb8545a8b30a0808e51435c Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Tue, 8 Jul 2025 22:31:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5ESC=E4=BB=BB=E5=8A=A1=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/qualification/myQualifications.js | 2 +- .../escTask/components/LableApply.vue | 9 +- .../escTask/components/LableApplyForm.vue | 386 ++++++++++++------ .../escTask/components/QualificationApply.vue | 13 +- .../components/LableApply.vue | 9 +- .../components/LableApplyForm.vue | 2 +- .../components/LableDetaiForm.vue | 6 +- .../components/QualificationApply.vue | 12 +- vite.config.js | 2 +- 9 files changed, 297 insertions(+), 144 deletions(-) diff --git a/src/api/qualification/myQualifications.js b/src/api/qualification/myQualifications.js index 544627c..6ccb51a 100644 --- a/src/api/qualification/myQualifications.js +++ b/src/api/qualification/myQualifications.js @@ -11,7 +11,7 @@ export function getCurrentUserList(query) { // ESC获取员工资质证书情况列表 export function getUserCertificateList(query) { return request({ - url: 'admin/busUserQualificationCertificate/getList', + url: '/admin/busUserQualificationCertificate/getList', method: 'post', data: query }) diff --git a/src/views/qualification/escTask/components/LableApply.vue b/src/views/qualification/escTask/components/LableApply.vue index e37707f..ea3aebb 100644 --- a/src/views/qualification/escTask/components/LableApply.vue +++ b/src/views/qualification/escTask/components/LableApply.vue @@ -46,9 +46,14 @@ - + diff --git a/src/views/qualification/escTask/components/LableApplyForm.vue b/src/views/qualification/escTask/components/LableApplyForm.vue index 67234c7..d649104 100644 --- a/src/views/qualification/escTask/components/LableApplyForm.vue +++ b/src/views/qualification/escTask/components/LableApplyForm.vue @@ -21,90 +21,102 @@
- - - - + + + - - - - - - - - - - - - - - - - - - - + + + - - - - + + + + + + + + + + + + + + + + + + - - - - + + + - - + +
-
前置条件
-
+
申请信息
+
- - + + - + @@ -122,9 +134,14 @@