From f12c45e54d27f27886d8bc9ee96624979fa7de2e Mon Sep 17 00:00:00 2001
From: Your Name <123456>
Date: 星期一, 22 八月 2022 18:39:25 +0800
Subject: [PATCH] Xiugai

---
 src/views/intellectInspect/inspectRecordManage/inspectRecord/components/inspectRecordDialog.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/intellectInspect/inspectRecordManage/inspectRecord/components/inspectRecordDialog.vue b/src/views/intellectInspect/inspectRecordManage/inspectRecord/components/inspectRecordDialog.vue
index 76c08c3..5618f5e 100644
--- a/src/views/intellectInspect/inspectRecordManage/inspectRecord/components/inspectRecordDialog.vue
+++ b/src/views/intellectInspect/inspectRecordManage/inspectRecord/components/inspectRecordDialog.vue
@@ -238,7 +238,7 @@
             data.classGroupList = JSON.parse(JSON.stringify(classGroupList));
             data.ifShowInspectTaskDialog = true;
             data.inspectPointConfirm = false;
-            data.title = '查看巡检任务';
+            data.title = '查看巡检记录';
             inspectRecordApi()
                 .getInspectRecordById({ id: value.id, uuid: value.uuid })
                 .then((res) => {

--
Gitblit v1.9.2