diff --git a/src/views/oneMap/smartBridge/LeftBox.vue b/src/views/oneMap/smartBridge/LeftBox.vue index 8e388e5..c4461e2 100644 --- a/src/views/oneMap/smartBridge/LeftBox.vue +++ b/src/views/oneMap/smartBridge/LeftBox.vue @@ -87,32 +87,32 @@ { name: ['静力水准仪'], icon: jlszy_icon, - num: 22, + num: '2/22', }, { name: ['应变计'], icon: ybj_icon, - num: 42, + num: '2/42', }, { name: ['加速度计'], icon: jsdj_icon, - num: 18, + num: '0/18', }, { name: ['温度计'], icon: wdj_icon, - num: 3, + num: '0/3', }, { name: ['裂缝计'], icon: lfj_icon, - num: 3, + num: '0/3', }, { name: ['摄像机'], icon: sxj_icon, - num: 3, + num: '4/4', }, ]; diff --git a/src/views/oneMap/smartBridge/LeftBox.vue b/src/views/oneMap/smartBridge/LeftBox.vue index 8e388e5..c4461e2 100644 --- a/src/views/oneMap/smartBridge/LeftBox.vue +++ b/src/views/oneMap/smartBridge/LeftBox.vue @@ -87,32 +87,32 @@ { name: ['静力水准仪'], icon: jlszy_icon, - num: 22, + num: '2/22', }, { name: ['应变计'], icon: ybj_icon, - num: 42, + num: '2/42', }, { name: ['加速度计'], icon: jsdj_icon, - num: 18, + num: '0/18', }, { name: ['温度计'], icon: wdj_icon, - num: 3, + num: '0/3', }, { name: ['裂缝计'], icon: lfj_icon, - num: 3, + num: '0/3', }, { name: ['摄像机'], icon: sxj_icon, - num: 3, + num: '4/4', }, ]; diff --git a/src/views/oneMap/smartTunnel/LeftBox.vue b/src/views/oneMap/smartTunnel/LeftBox.vue index 2278599..6d68d08 100644 --- a/src/views/oneMap/smartTunnel/LeftBox.vue +++ b/src/views/oneMap/smartTunnel/LeftBox.vue @@ -37,7 +37,7 @@
- +
@@ -63,40 +63,55 @@ import jgwyj_icon from '@/assets/tunnelImg/jgwyj_icon.png'; import tjy_icon from '@/assets/tunnelImg/tjy_icon.png'; import ybj_icon from '@/assets/tunnelImg/ybj_icon.png'; - +import jlszy_icon from '@/assets/qiaoliangImg/jlszy.png'; const introduce = '延安市杨家岭隧道位于延安市中心城区西北部,走向大致由南向北。项目起点位于延安市拟建的延师桥北桥头、并与现有的延安市枣园路相交,路线向北穿杨家岭隧道至杨家岭沟内、与拟建的延安市杨家岭道路相交。路线全长0.911公里、其中隧道775米。'; -const videoList = [jk_01, jk_02, jk_03, jk_04]; +const videoList = [ + { + url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/suidao/shouji1.mp4', + }, + { + url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/suidao/shouji2.mp4', + }, + { + url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/suidao/shouji3.mp4', + }, + { + url: 'https://server2.wh-nf.cn:8870/file/yanan_splx/suidao/shouji4.mp4', + }, +]; const shebeiList = [ { name: ['激光位移计'], icon: jgwyj_icon, - num: 27, + num: '2/27', }, + + { + name: ['静力水准仪'], + icon: jlszy_icon, + num: '2/2', + }, + { name: ['光纤光栅', '应变计'], icon: ybj_icon, - num: 45, + num: '1/45', }, { name: ['光纤光栅', '调节仪'], icon: tjy_icon, - num: 5, + num: '0/5', }, { name: ['光纤光栅', '裂缝计'], icon: lfj_icon, - num: 27, + num: '1/27', }, { name: ['智能球形', '摄像机'], icon: sxj_icon, - num: 4, - }, - { - name: ['其他'], - icon: qt_icon, - num: 0, + num: '0/4', }, ]; @@ -236,7 +251,7 @@ // border: 1px solid red; width: 206px; height: 104px; - img { + #videoEvent { width: 100%; height: 100%; }