diff --git a/pages-repair/home/home.vue b/pages-repair/home/home.vue
new file mode 100644
index 0000000..c8b9ecf
--- /dev/null
+++ b/pages-repair/home/home.vue
@@ -0,0 +1,545 @@
+
+
+
+
+
+
+
+
+
+ {{ userInfo.nickname }}
+ {{ userInfo.roleNames }}
+
+
+
+
+
+ 审批单处理
+
+
+ 已提交
+ 4
+
+
+
+ 未通过
+ 1
+
+
+
+ 已通过
+ 6
+
+
+
+
+
+
+
+
+
+ 维修工单
+ 当前共
+ {{total}}
+ 项工单需要处理
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index c44dc60..8365223 100644
--- a/pages.json
+++ b/pages.json
@@ -124,7 +124,18 @@
}
}
]
- }
+ },
+ {
+ "root": "pages-repair",
+ "pages": [
+ {
+ "path": "home/home",
+ "style": {
+ "navigationBarTitleText": ""
+ }
+ }
+ ]
+ }
],
"globalStyle": {
"navigationBarTextStyle": "black",