From 3d0490313e3542430397ce3e364095b41537ef49 Mon Sep 17 00:00:00 2001 From: XiaoHi Date: Sat, 21 Mar 2026 13:45:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E5=88=86=E6=9E=90=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E4=BA=BA=E5=91=98=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=92=8C=E6=97=B6=E9=97=B4=E8=8C=83=E5=9B=B4=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=EF=BC=8C=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inspection/manage/index.vue | 14 +- src/views/inspection/report/index.vue | 196 ++++++++++++++++++++------ 2 files changed, 158 insertions(+), 52 deletions(-) diff --git a/src/views/inspection/manage/index.vue b/src/views/inspection/manage/index.vue index 211035d..e0dbd78 100644 --- a/src/views/inspection/manage/index.vue +++ b/src/views/inspection/manage/index.vue @@ -55,8 +55,8 @@ - - + + @@ -92,9 +92,9 @@ - - - + + + @@ -130,7 +130,7 @@ import { ref, onMounted, onUnmounted, nextTick } from "vue"; const { proxy } = getCurrentInstance(); const { inspection_point_status } = proxy.useDict("inspection_point_status"); -// 新增:巡检点类型字典 +// 新增:人员类型字典 const { inspection_point_type } = proxy.useDict("inspection_point_type"); // 子组件 const qrCodeDownloaderRef = ref(null); @@ -165,7 +165,7 @@ const data = reactive({ ], // 新增:类型为必填 inspectionPointType: [ - { required: true, message: "巡检点类型不能为空", trigger: "change" } + { required: true, message: "人员类型不能为空", trigger: "change" } ], inspectionStatus: [ { required: true, message: "巡检点状态不能为空", trigger: "change" } diff --git a/src/views/inspection/report/index.vue b/src/views/inspection/report/index.vue index a3b1a65..3f28a32 100644 --- a/src/views/inspection/report/index.vue +++ b/src/views/inspection/report/index.vue @@ -6,20 +6,67 @@ - - - - - - - - 搜索 - 重置 - + + + + + + + + + + + + + + + + + + + + + + + + + + + + 搜索 + 重置 + + + @@ -31,8 +78,12 @@
总计
- - + +
@@ -45,8 +96,12 @@
本月
- - + +
@@ -59,8 +114,12 @@
本日
- - + +
@@ -71,12 +130,13 @@ \ No newline at end of file +.section-card { + padding: 8px 12px; +} +.section-title { + font-weight: 600; + margin-bottom: 8px; +} + +:deep(.el-form-item__content) { + margin-left: 10px !important; +} +