diff --git a/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue b/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue
index f521593..3054326 100644
--- a/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue
+++ b/src/views/dike/runManage/patrolMaintenance/InspectionRecords/index.vue
@@ -137,6 +137,8 @@
+
+
{{
diff --git a/src/views/dike/runManage/patrolMaintenance/acceptanceRecords/index.vue b/src/views/dike/runManage/patrolMaintenance/acceptanceRecords/index.vue
index 3920ad0..09d7e3b 100644
--- a/src/views/dike/runManage/patrolMaintenance/acceptanceRecords/index.vue
+++ b/src/views/dike/runManage/patrolMaintenance/acceptanceRecords/index.vue
@@ -152,6 +152,8 @@
+
+
{{
diff --git a/src/views/dike/runManage/patrolMaintenance/defectList/index.vue b/src/views/dike/runManage/patrolMaintenance/defectList/index.vue
index af91db8..4ebe08f 100644
--- a/src/views/dike/runManage/patrolMaintenance/defectList/index.vue
+++ b/src/views/dike/runManage/patrolMaintenance/defectList/index.vue
@@ -156,6 +156,8 @@
+
+
{{
@@ -227,7 +229,7 @@
领单-->
+
+
{{
diff --git a/src/views/dike/runManage/pestAnimalControl2/InspectionRecords/index.vue b/src/views/dike/runManage/pestAnimalControl2/InspectionRecords/index.vue
index 069b2f7..bdb0f0b 100644
--- a/src/views/dike/runManage/pestAnimalControl2/InspectionRecords/index.vue
+++ b/src/views/dike/runManage/pestAnimalControl2/InspectionRecords/index.vue
@@ -136,8 +136,8 @@
>
-
-
+
+
@@ -269,13 +269,13 @@ export default {
};
},
created() {
- this.getDicts("patrol_maintenance_status").then((response) => {
+ this.getDicts("animal_check_status").then((response) => {
this.maintenanceStatus = response.data;
});
- this.getDicts("patrol_maintenance_category").then((response) => {
+ this.getDicts("animal_prevention_category").then((response) => {
this.maintenanceCategory = response.data;
});
- this.getDicts("patrol_maintenance_type").then((response) => {
+ this.getDicts("animal_check_type").then((response) => {
this.maintenanceType = response.data;
});
},
diff --git a/src/views/dike/runManage/pestAnimalControl2/acceptanceRecords/index.vue b/src/views/dike/runManage/pestAnimalControl2/acceptanceRecords/index.vue
index 049abb9..4cf711a 100644
--- a/src/views/dike/runManage/pestAnimalControl2/acceptanceRecords/index.vue
+++ b/src/views/dike/runManage/pestAnimalControl2/acceptanceRecords/index.vue
@@ -151,8 +151,8 @@
-
-
+
+
{{
@@ -280,13 +280,13 @@ export default {
};
},
created() {
- this.getDicts("patrol_maintenance_status").then((response) => {
+ this.getDicts("animal_check_status").then((response) => {
this.maintenanceStatus = response.data;
});
- this.getDicts("patrol_maintenance_category").then((response) => {
+ this.getDicts("animal_prevention_category").then((response) => {
this.maintenanceCategory = response.data;
});
- this.getDicts("patrol_maintenance_type").then((response) => {
+ this.getDicts("animal_check_type").then((response) => {
this.maintenanceType = response.data;
});
this.getDicts("patrol_maintenance_level").then((response) => {
diff --git a/src/views/dike/runManage/pestAnimalControl2/componentsDetails/acceptanceDetails.vue b/src/views/dike/runManage/pestAnimalControl2/componentsDetails/acceptanceDetails.vue
index d338b49..eec7a87 100644
--- a/src/views/dike/runManage/pestAnimalControl2/componentsDetails/acceptanceDetails.vue
+++ b/src/views/dike/runManage/pestAnimalControl2/componentsDetails/acceptanceDetails.vue
@@ -229,7 +229,7 @@ export default {
};
},
created() {
- this.getDicts("patrol_maintenance_category").then((response) => {
+ this.getDicts("animal_prevention_category").then((response) => {
this.maintenanceCategory = response.data;
});
this.getDicts("patrol_maintenance_level").then((response) => {
diff --git a/src/views/dike/runManage/pestAnimalControl2/componentsDetails/defectDetails.vue b/src/views/dike/runManage/pestAnimalControl2/componentsDetails/defectDetails.vue
index 57130e0..4d1358e 100644
--- a/src/views/dike/runManage/pestAnimalControl2/componentsDetails/defectDetails.vue
+++ b/src/views/dike/runManage/pestAnimalControl2/componentsDetails/defectDetails.vue
@@ -91,7 +91,7 @@ export default {
};
},
created() {
- this.getDicts("patrol_maintenance_category").then((response) => {
+ this.getDicts("animal_prevention_category").then((response) => {
this.maintenanceCategory = response.data;
});
this.getDicts("patrol_maintenance_level").then((response) => {
diff --git a/src/views/dike/runManage/pestAnimalControl2/componentsDetails/inspectionRecordDetails.vue b/src/views/dike/runManage/pestAnimalControl2/componentsDetails/inspectionRecordDetails.vue
index 02f21f5..66cd1ca 100644
--- a/src/views/dike/runManage/pestAnimalControl2/componentsDetails/inspectionRecordDetails.vue
+++ b/src/views/dike/runManage/pestAnimalControl2/componentsDetails/inspectionRecordDetails.vue
@@ -333,10 +333,10 @@ export default {
};
},
created() {
- this.getDicts("patrol_maintenance_status").then((response) => {
+ this.getDicts("animal_check_status").then((response) => {
this.maintenanceStatus = response.data;
});
- this.getDicts("patrol_maintenance_category").then((response) => {
+ this.getDicts("animal_prevention_category").then((response) => {
this.maintenanceCategory = response.data;
});
this.getDicts("patrol_maintenance_level").then((response) => {
diff --git a/src/views/dike/runManage/pestAnimalControl2/componentsDetails/maintenanceDetails.vue b/src/views/dike/runManage/pestAnimalControl2/componentsDetails/maintenanceDetails.vue
index d23a230..8a5c8d0 100644
--- a/src/views/dike/runManage/pestAnimalControl2/componentsDetails/maintenanceDetails.vue
+++ b/src/views/dike/runManage/pestAnimalControl2/componentsDetails/maintenanceDetails.vue
@@ -257,7 +257,7 @@ export default {
};
},
created() {
- this.getDicts("patrol_maintenance_category").then((response) => {
+ this.getDicts("animal_prevention_category").then((response) => {
this.maintenanceCategory = response.data;
});
this.getDicts("patrol_maintenance_level").then((response) => {
diff --git a/src/views/dike/runManage/pestAnimalControl2/defectList/index.vue b/src/views/dike/runManage/pestAnimalControl2/defectList/index.vue
index f88ca45..1034ace 100644
--- a/src/views/dike/runManage/pestAnimalControl2/defectList/index.vue
+++ b/src/views/dike/runManage/pestAnimalControl2/defectList/index.vue
@@ -155,8 +155,8 @@
>
-
-
+
+
{{
@@ -204,7 +204,7 @@
领单 {
+ this.getDicts("animal_check_status").then((response) => {
this.maintenanceStatus = response.data;
});
- this.getDicts("patrol_maintenance_category").then((response) => {
+ this.getDicts("animal_prevention_category").then((response) => {
this.maintenanceCategory = response.data;
});
- this.getDicts("patrol_maintenance_type").then((response) => {
+ this.getDicts("animal_check_type").then((response) => {
this.maintenanceType = response.data;
});
this.getDicts("patrol_maintenance_level").then((response) => {
diff --git a/src/views/dike/runManage/pestAnimalControl2/maintenanceRecords/index.vue b/src/views/dike/runManage/pestAnimalControl2/maintenanceRecords/index.vue
index 4e8f088..0942f56 100644
--- a/src/views/dike/runManage/pestAnimalControl2/maintenanceRecords/index.vue
+++ b/src/views/dike/runManage/pestAnimalControl2/maintenanceRecords/index.vue
@@ -155,8 +155,8 @@
>
-
-
+
+
{{
@@ -293,13 +293,13 @@ export default {
};
},
created() {
- this.getDicts("patrol_maintenance_status").then((response) => {
+ this.getDicts("animal_check_status").then((response) => {
this.maintenanceStatus = response.data;
});
- this.getDicts("patrol_maintenance_category").then((response) => {
+ this.getDicts("animal_prevention_category").then((response) => {
this.maintenanceCategory = response.data;
});
- this.getDicts("patrol_maintenance_type").then((response) => {
+ this.getDicts("animal_check_type").then((response) => {
this.maintenanceType = response.data;
});
this.getDicts("patrol_maintenance_level").then((response) => {
diff --git a/src/views/sluice/runManage/patrolMaintenance/InspectionRecords/index.vue b/src/views/sluice/runManage/patrolMaintenance/InspectionRecords/index.vue
index b66f1f2..a3249b8 100644
--- a/src/views/sluice/runManage/patrolMaintenance/InspectionRecords/index.vue
+++ b/src/views/sluice/runManage/patrolMaintenance/InspectionRecords/index.vue
@@ -137,6 +137,8 @@
+
+
{{
diff --git a/src/views/sluice/runManage/patrolMaintenance/acceptanceRecords/index.vue b/src/views/sluice/runManage/patrolMaintenance/acceptanceRecords/index.vue
index 57d34be..bff4c99 100644
--- a/src/views/sluice/runManage/patrolMaintenance/acceptanceRecords/index.vue
+++ b/src/views/sluice/runManage/patrolMaintenance/acceptanceRecords/index.vue
@@ -152,6 +152,8 @@
+
+
{{
diff --git a/src/views/sluice/runManage/patrolMaintenance/defectList/index.vue b/src/views/sluice/runManage/patrolMaintenance/defectList/index.vue
index 94221f3..65a57a4 100644
--- a/src/views/sluice/runManage/patrolMaintenance/defectList/index.vue
+++ b/src/views/sluice/runManage/patrolMaintenance/defectList/index.vue
@@ -156,6 +156,8 @@
+
+
{{
@@ -228,7 +230,7 @@
领单-->
+
+
{{