-
+
+
-
-
+
+ 设备1通道链接失败!请及时检查!
+
+
+
+
+
+ 设备2通道链接失败!请及时检查!
+
+
+
+
+
+ 设备3通道链接失败!请及时检查!
@@ -105,4 +149,9 @@ export default {
width: 50%;
height: 50%;
}
+.videoViewError {
+ background-color: #575e65;
+ text-align: center;
+ line-height: 324px;
+}
diff --git a/ruoyi-ui/src/views/video/videoList/index.vue b/ruoyi-ui/src/views/video/videoList/index.vue
index 567404a8..697cf29a 100644
--- a/ruoyi-ui/src/views/video/videoList/index.vue
+++ b/ruoyi-ui/src/views/video/videoList/index.vue
@@ -7,30 +7,57 @@
:title="item.videoName"
@click="handlePlay(item, index)"
:class="{ bg_color: currentIndex == index }"
- >{{ item.videoName }}
+ {{ item.videoName }}({{ item.videoPassageCount }}/{{
+ item.passagePassCount
+ }})