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
>
-