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; +} +