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