diff --git a/src/views/admin/repair/RepairStatistics.vue b/src/views/admin/repair/RepairStatistics.vue
index 1d7baf4..602c1ad 100644
--- a/src/views/admin/repair/RepairStatistics.vue
+++ b/src/views/admin/repair/RepairStatistics.vue
@@ -4,27 +4,27 @@
-
+
维修工单
{{ repairStatsCount.zs }}
@@ -46,19 +46,19 @@
处理中工单
{{ repairStatsCount.wait }}
-
+
超时量
{{ repairStatsCount.timeout }}
-
+
差评量
{{ repairStatsCount.l }}
-
+
中评量
{{ repairStatsCount.m }}
-
+
好评量
{{ repairStatsCount.h }}
@@ -278,7 +278,7 @@ export default {
},
// 跳转通知
jumpInfo(tabKey) {
- this.$router.push({ name: 'messageNotice', query: {tabKey} })
+ this.$router.push({ name: 'messageNotice', query: { tabKey } })
},
onChange2() {
this.repairCount2()