From 955794e8e29c01ca3eb32717fa6b27502177b73d Mon Sep 17 00:00:00 2001
From: nyoung <12190070+nyoungo@user.noreply.gitee.com>
Date: Mon, 21 Oct 2024 20:36:02 +0800
Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E4=BF=AE=E7=8F=AD=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages-repair/home/home.vue | 545 +++++++++++++++++++++++++++++++++++++
pages.json | 13 +-
2 files changed, 557 insertions(+), 1 deletion(-)
create mode 100644 pages-repair/home/home.vue
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",