From f3881b6f870fb1b545d1448e85a445892cd4dca4 Mon Sep 17 00:00:00 2001 From: hejunjie Date: Mon, 10 Mar 2025 19:55:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=B0=E5=BD=95=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../InspectionRecords/index.vue | 4 +- .../inspectionRecordDetails.vue | 152 ++++++++++++++++-- .../patrolMaintenance/defectList/index.vue | 8 +- 3 files changed, 151 insertions(+), 13 deletions(-) diff --git a/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue b/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue index 112cb32..c6d5102 100644 --- a/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue +++ b/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue @@ -221,7 +221,9 @@ export default { mixins: [calcTableHeight], data() { return { - tableData: [], + tableData: [{ + id: 1 + }], maintenanceStatus: [], maintenanceCategory: [], maintenanceType: [], diff --git a/src/views/dike/runManage/patrolMaintenance/componentsDetails/inspectionRecordDetails.vue b/src/views/dike/runManage/patrolMaintenance/componentsDetails/inspectionRecordDetails.vue index ba9f955..76c9036 100644 --- a/src/views/dike/runManage/patrolMaintenance/componentsDetails/inspectionRecordDetails.vue +++ b/src/views/dike/runManage/patrolMaintenance/componentsDetails/inspectionRecordDetails.vue @@ -60,21 +60,77 @@ style="margin-bottom: 16px;" border > - - + +
缺陷问题列表
- +
+ 新增 + 删除 +
- - - - + + + + + + + + + + + + + + + + + + +