From a0ca4397db6f5fea538e26c4021d8e294c763c47 Mon Sep 17 00:00:00 2001 From: kun <1422840143@qq.com> Date: Thu, 9 May 2024 20:17:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/header.vue | 4 +- src/components/userChange.vue | 51 ++++- .../companyAdmin/basicSafeSetup/checkItem.vue | 5 +- .../projectFront/inspecPoint/inspection.vue | 190 ++++++++---------- .../projectFront/inspecPoint/selfInspect.vue | 1 + .../laborManage/personAuditAg.vue | 4 +- .../laborManage/personDetails.vue | 11 + .../personModule/administration.vue | 18 +- .../progressManagementAg/progressApproval.vue | 2 + .../quality/businessModule/checkPoint.vue | 3 + .../projectFront/quality/inspectionLedger.vue | 137 ++++++++----- .../projectFront/quality/v2/subTasklist.vue | 12 +- .../safeSame/inspectionLedger.vue | 78 ++++--- .../projectFront/safeSame/v2/subTasklist.vue | 12 +- .../deviceCentral/deviceCentral.vue | 6 + 15 files changed, 330 insertions(+), 204 deletions(-) diff --git a/src/components/header.vue b/src/components/header.vue index dad65c66..dc5c0b71 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -52,9 +52,9 @@ >>{{ item.name }} - +
diff --git a/src/components/userChange.vue b/src/components/userChange.vue index 6c90a69e..6e6722b7 100644 --- a/src/components/userChange.vue +++ b/src/components/userChange.vue @@ -1,5 +1,5 @@