diff --git a/pages.json b/pages.json
index f43b3c2..6485d36 100644
--- a/pages.json
+++ b/pages.json
@@ -73,6 +73,12 @@
"navigationBarTitleText": "通知页面详情"
}
}
+ ,{
+ "path" : "pages/complaintList/complaintList",
+ "style" : {
+ "navigationBarTitleText": "投诉单"
+ }
+ }
],
"globalStyle": {
"navigationBarTextStyle": "white",
diff --git a/pages/complaintList/complaintList.vue b/pages/complaintList/complaintList.vue
new file mode 100644
index 0000000..c9d4bf2
--- /dev/null
+++ b/pages/complaintList/complaintList.vue
@@ -0,0 +1,37 @@
+
+
+
+
+
+ 待处理单
+
+
+ 历史单
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index e80a92d..c7f821c 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -65,26 +65,26 @@
cuIcon: 'cardboardfill',
color: 'red',
badge: 0,
- name: '维修单',
+ name: '维修录单',
pathUrl:'/notice/notice'
}, {
cuIcon: 'recordfill',
color: 'orange',
badge: 1,
- name: '审核维修',
+ name: '我的维修',
pathUrl:'/notice/notice'
}, {
cuIcon: 'picfill',
color: 'yellow',
badge: 0,
- name: '投诉单',
- pathUrl:'/notice/notice'
+ name: '投诉录单',
+ pathUrl:'/complaintList/complaintList'
}, {
cuIcon: 'noticefill',
color: 'olive',
badge: 22,
- name: '审核投诉',
- pathUrl:'/notice/notice'
+ name: '我的投诉',
+ pathUrl:'/complaintList/complaintList'
}, {
cuIcon: 'upstagefill',
color: 'cyan',