应急物资、封闭卡口等点位功能
parent
6160776b73
commit
5e39404664
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue