From 49d3214d594dc1ef1592e919b5f93bebee594319 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=83=E6=B0=94=E6=BB=A1=E6=BB=A1=28jgy=29?= Date: Tue, 8 Oct 2024 15:12:19 +0800 Subject: [PATCH] =?UTF-8?q?2024-10-08=20=E8=AE=BE=E5=A4=87=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=20-=20=E7=82=B9=E6=A3=80=20=E5=B7=A1=E6=A3=80=20?= =?UTF-8?q?=E4=BF=9D=E5=85=BB=E6=8A=A5=E8=A1=A8=20=E5=90=88=E6=A0=BC?= =?UTF-8?q?=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/device/inspectionWork/index.vue | 8 ++++++++ src/views/device/maintenanceWork/index.vue | 3 +++ src/views/device/spotInspectionWork/index.vue | 3 +++ 3 files changed, 14 insertions(+) diff --git a/src/views/device/inspectionWork/index.vue b/src/views/device/inspectionWork/index.vue index 5b3dbdd..fbf8c74 100644 --- a/src/views/device/inspectionWork/index.vue +++ b/src/views/device/inspectionWork/index.vue @@ -473,6 +473,12 @@ align="center" prop="equipmentName" /> + + + @@ -689,6 +690,7 @@ export default { loopStartArray: [], orderStartArray: [], orderEndArray: [], + complianceRate: null, }, // 表单参数 form: {}, @@ -781,6 +783,7 @@ export default { loopStartArray: [], orderStartArray: [], orderEndArray: [], + complianceRate: null, }; this.resetForm("form"); },