|
@@ -14,7 +14,7 @@ const routes: Routes = [
|
14
|
14
|
loadChildren: () => import('./synthesize-statistics/synthesize-statistics.module').then(m => m.SynthesizeStatisticsModule),
|
15
|
15
|
data: {
|
16
|
16
|
reuse: true,
|
17
|
|
- title: '综合统计'
|
|
17
|
+ title: '修-综合统计'
|
18
|
18
|
}
|
19
|
19
|
},
|
20
|
20
|
{
|
|
@@ -23,7 +23,7 @@ const routes: Routes = [
|
23
|
23
|
loadChildren: () => import('./incident-statistics/incident-statistics.module').then(m => m.IncidentStatisticsModule),
|
24
|
24
|
data: {
|
25
|
25
|
reuse: true,
|
26
|
|
- title: '故障工单统计'
|
|
26
|
+ title: '修-故障工单统计'
|
27
|
27
|
}
|
28
|
28
|
},
|
29
|
29
|
{
|
|
@@ -32,7 +32,7 @@ const routes: Routes = [
|
32
|
32
|
loadChildren: () => import('./category-one-statistics/category-one-statistics.module').then(m => m.CategoryOneStatisticsModule),
|
33
|
33
|
data: {
|
34
|
34
|
reuse: true,
|
35
|
|
- title: '一级故障现象'
|
|
35
|
+ title: '修-一级故障现象'
|
36
|
36
|
}
|
37
|
37
|
},
|
38
|
38
|
{
|
|
@@ -41,7 +41,7 @@ const routes: Routes = [
|
41
|
41
|
loadChildren: () => import('./category-two-statistics/category-two-statistics.module').then(m => m.CategoryTwoStatisticsModule),
|
42
|
42
|
data: {
|
43
|
43
|
reuse: true,
|
44
|
|
- title: '二级故障现象'
|
|
44
|
+ title: '修-二级故障现象'
|
45
|
45
|
}
|
46
|
46
|
},
|
47
|
47
|
{
|
|
@@ -50,7 +50,7 @@ const routes: Routes = [
|
50
|
50
|
loadChildren: () => import('./category-three-statistics/category-three-statistics.module').then(m => m.CategoryThreeStatisticsModule),
|
51
|
51
|
data: {
|
52
|
52
|
reuse: true,
|
53
|
|
- title: '三级故障现象'
|
|
53
|
+ title: '修-三级故障现象'
|
54
|
54
|
}
|
55
|
55
|
},
|
56
|
56
|
{
|
|
@@ -59,7 +59,7 @@ const routes: Routes = [
|
59
|
59
|
loadChildren: () => import('./group-statistics/group-statistics.module').then(m => m.GroupStatisticsModule),
|
60
|
60
|
data: {
|
61
|
61
|
reuse: true,
|
62
|
|
- title: '维修组统计'
|
|
62
|
+ title: '修-维修组统计'
|
63
|
63
|
}
|
64
|
64
|
},
|
65
|
65
|
{
|
|
@@ -68,7 +68,7 @@ const routes: Routes = [
|
68
|
68
|
loadChildren: () => import('./user-statistics/user-statistics.module').then(m => m.UserStatisticsModule),
|
69
|
69
|
data: {
|
70
|
70
|
reuse: true,
|
71
|
|
- title: '维修人统计'
|
|
71
|
+ title: '修-维修人统计'
|
72
|
72
|
}
|
73
|
73
|
},
|
74
|
74
|
{
|
|
@@ -77,7 +77,7 @@ const routes: Routes = [
|
77
|
77
|
loadChildren: () => import('./tripartite-company-statistics/tripartite-company-statistics.module').then(m => m.TripartiteCompanyStatisticsModule),
|
78
|
78
|
data: {
|
79
|
79
|
reuse: true,
|
80
|
|
- title: '三方公司统计'
|
|
80
|
+ title: '修-三方公司统计'
|
81
|
81
|
}
|
82
|
82
|
},
|
83
|
83
|
{
|
|
@@ -86,7 +86,7 @@ const routes: Routes = [
|
86
|
86
|
loadChildren: () => import('./building-statistics/building-statistics.module').then(m => m.BuildingStatisticsModule),
|
87
|
87
|
data: {
|
88
|
88
|
reuse: true,
|
89
|
|
- title: '楼栋统计'
|
|
89
|
+ title: '修-楼栋统计'
|
90
|
90
|
}
|
91
|
91
|
},
|
92
|
92
|
{
|
|
@@ -95,7 +95,7 @@ const routes: Routes = [
|
95
|
95
|
loadChildren: () => import('./floor-statistics/floor-statistics.module').then(m => m.FloorStatisticsModule),
|
96
|
96
|
data: {
|
97
|
97
|
reuse: true,
|
98
|
|
- title: '楼层统计'
|
|
98
|
+ title: '修-楼层统计'
|
99
|
99
|
}
|
100
|
100
|
},
|
101
|
101
|
{
|
|
@@ -104,7 +104,7 @@ const routes: Routes = [
|
104
|
104
|
loadChildren: () => import('./department-incident-statistics/department-incident-statistics.module').then(m => m.DepartmentIncidentStatisticsModule),
|
105
|
105
|
data: {
|
106
|
106
|
reuse: true,
|
107
|
|
- title: '科室工单统计'
|
|
107
|
+ title: '修-科室工单统计'
|
108
|
108
|
}
|
109
|
109
|
},
|
110
|
110
|
{
|
|
@@ -113,7 +113,7 @@ const routes: Routes = [
|
113
|
113
|
loadChildren: () => import('./department-evaluate-statistics/department-evaluate-statistics.module').then(m => m.DepartmentEvaluateStatisticsModule),
|
114
|
114
|
data: {
|
115
|
115
|
reuse: true,
|
116
|
|
- title: '科室评价统计'
|
|
116
|
+ title: '修-科室评价统计'
|
117
|
117
|
}
|
118
|
118
|
},
|
119
|
119
|
{
|
|
@@ -122,7 +122,7 @@ const routes: Routes = [
|
122
|
122
|
loadChildren: () => import('./department-source-statistics/department-source-statistics.module').then(m => m.DepartmentSourceStatisticsModule),
|
123
|
123
|
data: {
|
124
|
124
|
reuse: true,
|
125
|
|
- title: '科室来源统计'
|
|
125
|
+ title: '修-科室来源统计'
|
126
|
126
|
}
|
127
|
127
|
},
|
128
|
128
|
{
|
|
@@ -131,7 +131,7 @@ const routes: Routes = [
|
131
|
131
|
loadChildren: () => import('./category-source-statistics/category-source-statistics.module').then(m => m.CategorySourceStatisticsModule),
|
132
|
132
|
data: {
|
133
|
133
|
reuse: true,
|
134
|
|
- title: '故障来源统计'
|
|
134
|
+ title: '修-故障来源统计'
|
135
|
135
|
}
|
136
|
136
|
},
|
137
|
137
|
{
|
|
@@ -140,7 +140,7 @@ const routes: Routes = [
|
140
|
140
|
loadChildren: () => import('./consumable-statistics/consumable-statistics.module').then(m => m.ConsumableStatisticsModule),
|
141
|
141
|
data: {
|
142
|
142
|
reuse: true,
|
143
|
|
- title: '耗材统计'
|
|
143
|
+ title: '修-耗材统计'
|
144
|
144
|
}
|
145
|
145
|
},
|
146
|
146
|
{
|
|
@@ -149,7 +149,7 @@ const routes: Routes = [
|
149
|
149
|
loadChildren: () => import('./work-hour-statistics/work-hour-statistics.module').then(m => m.WorkHourStatisticsModule),
|
150
|
150
|
data: {
|
151
|
151
|
reuse: true,
|
152
|
|
- title: '工时统计'
|
|
152
|
+ title: '修-工时统计'
|
153
|
153
|
}
|
154
|
154
|
},
|
155
|
155
|
]
|