From 3c6bdb6f439ff7af04765259fd6a91b6d201d095 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期四, 19 六月 2025 17:12:25 +0800
Subject: [PATCH] 工单,数据中心用户查看数据的权限,合同考核每日,以及导出每日和按月

---
 src/views/screen/components/screen-examine/components/video-chart.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 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 2e6a938..b4be02f 100644
--- a/src/views/screen/components/screen-examine/components/video-chart.vue
+++ b/src/views/screen/components/screen-examine/components/video-chart.vue
@@ -93,21 +93,21 @@
 
       let item5 = { value: 0, name: "", id: 0, routerUrl: "" }
       item5.value = this.videoList.videoAvailable
-      item5.name = "褰曡薄鍙敤鐜�"
+      item5.name = "褰曞儚鍙敤鐜�"
       item5.id = 6
       item5.routerUrl = ""
       this.dataList.push(item5)
 
       let item6 = { value: 0, name: "", id: 0, routerUrl: "" }
-      item6.value = this.videoList.annotationAccuracy
-      item6.name = "鏍囨敞姝g‘鐜�"
+      item6.value = this.videoList.ministrySiteOnline
+      item6.name = "閮ㄧ骇鐐逛綅鍦ㄧ嚎鐜�"
       item6.id = 7
       item6.routerUrl = ""
       this.dataList.push(item6)
 
       let item7 = { value: 0, name: "", id: 0, routerUrl: "" }
-      item7.value = this.videoList.timingAccuracy
-      item7.name = "鏍℃椂鍑嗙‘鐜�"
+      item7.value = this.videoList.ministryVideoAvailable
+      item7.name = "閮ㄧ骇宸℃褰曞儚鍙敤鐜�"
       item7.id = 8
       item7.routerUrl = ""
       this.dataList.push(item7)

--
Gitblit v1.8.0