From c396f12d059079029305df9cd871bd13eaa59907 Mon Sep 17 00:00:00 2001 From: wangchengming <15110151257@163.com> Date: Thu, 18 Sep 2025 12:58:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E5=A4=84=E7=90=86=E7=94=B5=E5=B7=A5=E8=AF=81=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E5=A4=8D=E5=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../escTask/components/QualificationApply.vue | 2 +- .../components/QualificationManage.vue | 49 +++++++++++++++--- .../components/QualificationTrain.vue | 50 ++++++++++++++++--- 3 files changed, 84 insertions(+), 17 deletions(-) diff --git a/src/views/qualification/escTask/components/QualificationApply.vue b/src/views/qualification/escTask/components/QualificationApply.vue index f563fc7..540903e 100644 --- a/src/views/qualification/escTask/components/QualificationApply.vue +++ b/src/views/qualification/escTask/components/QualificationApply.vue @@ -273,7 +273,7 @@ const handleDetele = (record) => { .el-form-item__label { font-family: Microsoft YaHei; - font-weight: 400; + font-weight: 400 !important; font-size: 18px; color: #000000; min-width: 34px; diff --git a/src/views/qualification/escTask/components/QualificationManage.vue b/src/views/qualification/escTask/components/QualificationManage.vue index ea4643b..098c129 100644 --- a/src/views/qualification/escTask/components/QualificationManage.vue +++ b/src/views/qualification/escTask/components/QualificationManage.vue @@ -21,7 +21,8 @@