From fb29a61b78b11c222a9698835d4a1b18d8ed973e Mon Sep 17 00:00:00 2001
From: 龚焕茏 <2842157468@qq.com>
Date: 星期六, 24 八月 2024 12:09:47 +0800
Subject: [PATCH] refactor:合同考核结果详情调整
---
src/views/screen/components/screen-examine/components/video-chart.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/views/screen/components/screen-examine/components/video-chart.vue b/src/views/screen/components/screen-examine/components/video-chart.vue
index c008384..1e44dc7 100644
--- a/src/views/screen/components/screen-examine/components/video-chart.vue
+++ b/src/views/screen/components/screen-examine/components/video-chart.vue
@@ -54,7 +54,9 @@
// "videoTransmissionBoundaryIntegrityDetection": 96.07, //浼犺緭缃戣竟鐣屽畬鏁存�ф娴嬫墸鍒嗛」
// "keyCommandImageOnline": 96.41, //鏈堣繍琛岀巼
// "operatingRate": 96.07 //閲嶇偣鎸囨尌鍥惧儚鍦ㄧ嚎鐜�
- let item = { value: 0, name: "", id: 0, routerUrl: "" }
+ this.dataList = [];
+
+ let item = { value: 0, name: "", id: 0, routerUrl: "" }
item.value = this.videoList.platformOnline
item.name = "骞冲彴鍦ㄧ嚎鐜�"
item.id = 1
--
Gitblit v1.8.0