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 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/intellectInspect/inspectRecordManage/inspectRecord/components/inspectRecordDialog.vue b/src/views/intellectInspect/inspectRecordManage/inspectRecord/components/inspectRecordDialog.vue index 9b406f7..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) => { @@ -409,7 +409,7 @@ <style scoped lang="scss"> $homeNavLengh: 8; .home-container { - height: calc(100vh - 114px); + height: calc(100vh - 144px); box-sizing: border-box; overflow: hidden; .homeCard { -- Gitblit v1.9.2