From 938cdece670faa6423fdb1b896273b673d9c8f73 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 4 Dec 2025 09:36:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../screen/gwScreen/components/right/EquipUsageRate.vue | 8 ++++---- .../screen/wsScreen/components/right/EquipUsageRate.vue | 8 ++++---- src/views/screen/wsScreen/index.vue | 2 +- .../components/right/EquipUsageRate.vue | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/views/screen/gwScreen/components/right/EquipUsageRate.vue b/src/views/screen/gwScreen/components/right/EquipUsageRate.vue index 8f067b8b..761182e4 100644 --- a/src/views/screen/gwScreen/components/right/EquipUsageRate.vue +++ b/src/views/screen/gwScreen/components/right/EquipUsageRate.vue @@ -53,13 +53,13 @@ export default { try { let type = 0 if (this.tabIndex == 0) { - type = 0 + type = '' } else if (this.tabIndex == 1) { - type = 5474 + type = 1 } else if (this.tabIndex == 2) { - type = 5080 + type = 2 } else if (this.tabIndex == 3) { - type = 5010 + type = 3 } const res = await getUsageStatisticsApi({ type }) if (!res.data) return diff --git a/src/views/screen/wsScreen/components/right/EquipUsageRate.vue b/src/views/screen/wsScreen/components/right/EquipUsageRate.vue index 3ea71438..adc2d2e9 100644 --- a/src/views/screen/wsScreen/components/right/EquipUsageRate.vue +++ b/src/views/screen/wsScreen/components/right/EquipUsageRate.vue @@ -53,13 +53,13 @@ export default { try { let type = 0 if (this.tabIndex == 0) { - type = 0 + type = '' } else if (this.tabIndex == 1) { - type = 5474 + type = 1 } else if (this.tabIndex == 2) { - type = 5080 + type = 2 } else if (this.tabIndex == 3) { - type = 5010 + type = 3 } const res = await getUsageStatisticsApi({ type }) if (!res.data) return diff --git a/src/views/screen/wsScreen/index.vue b/src/views/screen/wsScreen/index.vue index 2721902c..9a73bec1 100644 --- a/src/views/screen/wsScreen/index.vue +++ b/src/views/screen/wsScreen/index.vue @@ -78,6 +78,6 @@ export default { } .right { // 左移 - margin-left: -40px; + margin-left: -20px; } diff --git a/src/views/screen/wsScreenWidescreen/components/right/EquipUsageRate.vue b/src/views/screen/wsScreenWidescreen/components/right/EquipUsageRate.vue index d6540e7a..462382ae 100644 --- a/src/views/screen/wsScreenWidescreen/components/right/EquipUsageRate.vue +++ b/src/views/screen/wsScreenWidescreen/components/right/EquipUsageRate.vue @@ -53,13 +53,13 @@ export default { try { let type = 0 if (this.tabIndex == 0) { - type = 0 + type = '' } else if (this.tabIndex == 1) { - type = 5474 + type = 1 } else if (this.tabIndex == 2) { - type = 5080 + type = 2 } else if (this.tabIndex == 3) { - type = 5010 + type = 3 } const res = await getUsageStatisticsApi({ type }) if (!res.data) return