|
|
@@ -127,6 +127,20 @@
|
|
|
"navigationBarTitleText": "恢复",
|
|
|
"navigationStyle": "#custom"
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/order/overdue",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "超时工单",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/order/almostOverdue",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "即将超时工单",
|
|
|
+ "navigationStyle": "custom"
|
|
|
+ }
|
|
|
}
|
|
|
],
|
|
|
"globalStyle": {
|