diff --git a/pages.json b/pages.json
index e772583..0aed2d0 100644
--- a/pages.json
+++ b/pages.json
@@ -50,6 +50,12 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/modules/EquipMaintainExecute",
+ "style": {
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/modules/EquipRepairExecute",
"style": {
diff --git a/pages/modules/EquipMaintainExecute.vue b/pages/modules/EquipMaintainExecute.vue
new file mode 100644
index 0000000..6cf1143
--- /dev/null
+++ b/pages/modules/EquipMaintainExecute.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
+
+
+ 设备
+
+
+
+
+
+
+
+
+
+
+
+ | 保养单 |
+ 设备编号 |
+ 设备名称 |
+ 状态 |
+ 计划保养日期 |
+
+
+
+
+ | {{e.repair_code}} |
+ {{e.device_code}} |
+ {{e.device_name}} |
+ {{e.status_name}} |
+ {{e.plan_start_date}} |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+