diff --git a/src/views/production_course_regulate/firefighting_equipment_facility/view.vue b/src/views/production_course_regulate/firefighting_equipment_facility/view.vue
index 045bee6..13ef051 100644
--- a/src/views/production_course_regulate/firefighting_equipment_facility/view.vue
+++ b/src/views/production_course_regulate/firefighting_equipment_facility/view.vue
@@ -38,13 +38,35 @@
保养记录
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 序号 |
+ 保养时间 |
+ 保养情况 |
+ 保养人 |
+ 备注 |
+
+
+
+
+ {{ index + 1 }} |
+ {{ item.MAINTAIN_DATE }} |
+ {{ item.MAINTAIN_CONDITION }} |
+ {{ item.MAINTAIN_PERSON }} |
+ {{ item.REMARK }} |
+
+
+
打印
diff --git a/src/views/production_course_regulate/production_equipment_facility/view.vue b/src/views/production_course_regulate/production_equipment_facility/view.vue
index 07c412f..7cb3196 100644
--- a/src/views/production_course_regulate/production_equipment_facility/view.vue
+++ b/src/views/production_course_regulate/production_equipment_facility/view.vue
@@ -41,13 +41,35 @@
保养记录
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 序号 |
+ 保养时间 |
+ 保养情况 |
+ 保养人 |
+ 备注 |
+
+
+
+
+ {{ index + 1 }} |
+ {{ item.MAINTAIN_DATE }} |
+ {{ item.MAINTAIN_CONDITION }} |
+ {{ item.MAINTAIN_PERSON }} |
+ {{ item.REMARK }} |
+
+
+
打印