From 31fa901fe540eb9208e346a56c7c5a8ba4d394f7 Mon Sep 17 00:00:00 2001 From: SelfRidicule Date: Thu, 29 Aug 2024 17:35:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=8F=E8=BF=B0=EF=BC=9A=E6=8A=A5=E4=BF=AE?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=9B=BE=E6=A0=87=E5=A4=A7=E5=B0=8F=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/repair/RepairStatistics.vue | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 @@
+ :style="{'background' : `no-repeat center/60px 60px url(${baseUrl + '/img/paidan.png'}), white`}">
待派单
{{ adminStatsCount.wait }}
+ :style="{'background' : `no-repeat center/60px 60px url(${baseUrl + '/img/paidanjump.png'}), white`}">
重派单
{{ adminStatsCount.anew }}
+ :style="{'background' : `no-repeat center/60px 60px url(${baseUrl + '/img/time.png'}), white`}">
未查看通知
{{ adminStatsCount.newnotice }}
+ :style="{'background' : `no-repeat center/60px 60px url(${baseUrl + '/img/info.png'}), white`}">
已查看通知
{{ adminStatsCount.oldnotice }}
@@ -38,7 +38,7 @@
-
+
维修工单
{{ 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()