Browse Source

设备筛选,行车诱导弹窗权重问题

develop
wangsixiang 4 months ago
parent
commit
426db11380
  1. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/components/DeviceControlDialog.vue
  2. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeDevice/DrivingGuidance.vue

2
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/DrivingGuidance/components/DeviceControlDialog.vue

@ -1,5 +1,5 @@
<template>
<Dialog v-model="modelVisible" title="设备操作" width="600px" style="z-index:4000">
<Dialog v-model="modelVisible" title="设备操作" width="600px" style="z-index:1200">
<DeviceParam v-model="modelVisible" ref="DeviceParam" :deviceId="deviceId" :id="id" :deviceType="deviceType"
@update:submitting="(val) => { submitting = val }">
</DeviceParam>

2
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeDevice/DrivingGuidance.vue

@ -1,6 +1,6 @@
<template>
<Dialog v-model="visibleModel"
title="行车诱导" width="470px" style="z-index:3000" >
title="行车诱导" width="470px" >
<div class="DrivingGuidance">
<Video class="video-stream" :camId="camId" img="智能行车诱导" />

Loading…
Cancel
Save