应急物资、封闭卡口等点位功能

liujun0703-新项目开发
liujun 2024-08-09 19:10:46 +08:00
parent 6160776b73
commit 5e39404664
1 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,8 @@
<!-- 气象模块 -->
<weatherstation v-if="value.type === '12'" :id="value.id" :type="value.otherInfo.type" :gangkou="gangkou"/>
<windspeedstation v-if="value.type === '11'" :id="value.id" :type="value.otherInfo.type" :gangkou="gangkou"/>
<!-- 摄像头 -->
<video-play-plat v-if="value.otherInfo.type === 'platcamera'" :id="value.id" :type="value.otherInfo.type" :gangkou="gangkou"/>
</el-dialog>
</div>
</template>
@ -24,9 +26,10 @@ import XfControl from '../../../map/dialog/xfControl.vue'
import XfPoint from '../../../map/dialog/xfPoint.vue'
import weatherstation from '../../../map/dialog/weatherstation.vue'
import windspeedstation from '../../../map/dialog/weatherstation.vue'
import videoPlayPlat from '../../../map/dialog/video_play_plat.vue'
export default {
components: { windspeedstation, weatherstation, XfPoint, XfControl },
components: { videoPlayPlat, windspeedstation, weatherstation, XfPoint, XfControl },
props: {
visible: {
type: Boolean,