类型:开发
描述:
This commit is contained in:
@@ -43,16 +43,16 @@
|
|||||||
@click.stop="handleItem(item, index)"
|
@click.stop="handleItem(item, index)"
|
||||||
>
|
>
|
||||||
<div style="justify-content: center;" class="child-box new-item">
|
<div style="justify-content: center;" class="child-box new-item">
|
||||||
<p class="item__label"
|
<p class="item__label"
|
||||||
style="justify-content: flex-start;">
|
style="justify-content: flex-start;">
|
||||||
{{ item.licenseNumber }}
|
{{ item.licenseNumber }}
|
||||||
<img
|
<img
|
||||||
v-if="item.hasVideo==1"
|
v-if="item.hasVideo==1"
|
||||||
@click.stop="handleMonitor(item)"
|
@click.stop="handleMonitor(item)"
|
||||||
class="item__map_video"
|
class="item__map_video"
|
||||||
src="@/assets/images/jk-ico-2.png" alt="">
|
src="@/assets/images/jk-ico-2.png" alt="">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div class="new-item">
|
<div class="new-item">
|
||||||
<span v-if="item.type == 0" class="label_img">
|
<span v-if="item.type == 0" class="label_img">
|
||||||
@@ -85,11 +85,10 @@
|
|||||||
<div id="big-car-ship" class="big-car-ship" />
|
<div id="big-car-ship" class="big-car-ship" />
|
||||||
</div>
|
</div>
|
||||||
<!-- </el-dialog> -->
|
<!-- </el-dialog> -->
|
||||||
|
|
||||||
<el-dialog :title="'车辆监控'+gpsLicenseNumber" center v-model="dialogTableVisible2">
|
<el-dialog :title="'车辆监控·'+gpsLicenseNumber" center v-model="dialogTableVisible2">
|
||||||
<div class="bom-box bom-box2">
|
<div class="bom-box bom-box2">
|
||||||
<div class="table2">
|
<div class="table2">
|
||||||
<!-- <div class="header-title">三峡之巅广播</div> -->
|
|
||||||
<iframe style="width:100%;height:100%;" :src="gpsMonitorSrc"></iframe>
|
<iframe style="width:100%;height:100%;" :src="gpsMonitorSrc"></iframe>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -109,7 +108,7 @@
|
|||||||
import shipIcon from '@/assets/images/ship.png'
|
import shipIcon from '@/assets/images/ship.png'
|
||||||
import shipStopIcon from '@/assets/images/ship-stop.png'
|
import shipStopIcon from '@/assets/images/ship-stop.png'
|
||||||
import shipOfflineIcon from '@/assets/images/ship-offline.png'
|
import shipOfflineIcon from '@/assets/images/ship-offline.png'
|
||||||
|
|
||||||
import mapVideoIcon from '@/assets/images/map-video.png'
|
import mapVideoIcon from '@/assets/images/map-video.png'
|
||||||
import icon13 from '@/assets/images/icon-13.png'
|
import icon13 from '@/assets/images/icon-13.png'
|
||||||
import icon14 from '@/assets/images/icon-14.png'
|
import icon14 from '@/assets/images/icon-14.png'
|
||||||
@@ -134,7 +133,7 @@ import PubSub from 'pubsub-js'
|
|||||||
{id:2,text:'三峡之巅',scenicSpotId:'root00000000'},
|
{id:2,text:'三峡之巅',scenicSpotId:'root00000000'},
|
||||||
{id:3,text:'直通车',scenicSpotId:'奉节县'}
|
{id:3,text:'直通车',scenicSpotId:'奉节县'}
|
||||||
])
|
])
|
||||||
|
|
||||||
let tabsListIndex = ref(0)
|
let tabsListIndex = ref(0)
|
||||||
const handleTabsList = (item)=>{
|
const handleTabsList = (item)=>{
|
||||||
scenicSpotId.value = item.scenicSpotId
|
scenicSpotId.value = item.scenicSpotId
|
||||||
@@ -478,7 +477,7 @@ import PubSub from 'pubsub-js'
|
|||||||
:deep(.el-dialog__title) {
|
:deep(.el-dialog__title) {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
@@ -526,7 +525,7 @@ import PubSub from 'pubsub-js'
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
.coll-box{
|
.coll-box{
|
||||||
width:100% !important;
|
width:100% !important;
|
||||||
@@ -717,7 +716,7 @@ import PubSub from 'pubsub-js'
|
|||||||
:deep(.anchorBL) {
|
:deep(.anchorBL) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog {
|
.dialog {
|
||||||
width: vw(3170);
|
width: vw(3170);
|
||||||
padding: vw(8);
|
padding: vw(8);
|
||||||
|
|||||||
Reference in New Issue
Block a user