From 99ab95113347b40daf3d402652f318e2745188c6 Mon Sep 17 00:00:00 2001 From: zch Date: Fri, 29 Nov 2024 13:42:06 +0800 Subject: [PATCH] =?UTF-8?q?refactor(record):=20=E4=BC=98=E5=8C=96=E6=AF=8D?= =?UTF-8?q?=E7=BA=BF=E6=B8=A9=E5=BA=A6=E8=AE=B0=E5=BD=95=E5=92=8C=E5=B7=A1?= =?UTF-8?q?=E6=A3=80=E6=9F=9C=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉母线温度记录页面的某些表单项和列 - 修改图像名称为图像路径 - 简化图片显示对话框的注释 - 在巡检柜记录页面进行类似的优化 --- .../src/views/record/recordBusbarTemp/index.vue | 13 ++++++------- .../views/record/recordInspectionCabinet/index.vue | 14 +++++++------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/ruoyi-ui/src/views/record/recordBusbarTemp/index.vue b/ruoyi-ui/src/views/record/recordBusbarTemp/index.vue index 505800e..8fd0c38 100644 --- a/ruoyi-ui/src/views/record/recordBusbarTemp/index.vue +++ b/ruoyi-ui/src/views/record/recordBusbarTemp/index.vue @@ -75,7 +75,7 @@ @keyup.enter.native="handleQuery" /> --> - + - + -
@@ -593,7 +592,7 @@ export default { this.photoOpen = true; this.photoTitle = row.filePath + "图片显示"; }else { - this.$modal.msgError("暂无图像名称"); + this.$modal.msgError("暂无图像路径"); } }, diff --git a/ruoyi-ui/src/views/record/recordInspectionCabinet/index.vue b/ruoyi-ui/src/views/record/recordInspectionCabinet/index.vue index 785a3d3..21b4cdb 100644 --- a/ruoyi-ui/src/views/record/recordInspectionCabinet/index.vue +++ b/ruoyi-ui/src/views/record/recordInspectionCabinet/index.vue @@ -17,14 +17,14 @@ @keyup.enter.native="handleQuery" /> - + - + - +