应急物资、封闭卡口等点位功能
							parent
							
								
									6160776b73
								
							
						
					
					
						commit
						5e39404664
					
				|  | @ -15,6 +15,8 @@ | ||||||
|       <!-- 气象模块 --> |       <!-- 气象模块 --> | ||||||
|       <weatherstation v-if="value.type === '12'" :id="value.id" :type="value.otherInfo.type" :gangkou="gangkou"/> |       <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"/> |       <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> |     </el-dialog> | ||||||
|   </div> |   </div> | ||||||
| </template> | </template> | ||||||
|  | @ -24,9 +26,10 @@ import XfControl from '../../../map/dialog/xfControl.vue' | ||||||
| import XfPoint from '../../../map/dialog/xfPoint.vue' | import XfPoint from '../../../map/dialog/xfPoint.vue' | ||||||
| import weatherstation from '../../../map/dialog/weatherstation.vue' | import weatherstation from '../../../map/dialog/weatherstation.vue' | ||||||
| import windspeedstation from '../../../map/dialog/weatherstation.vue' | import windspeedstation from '../../../map/dialog/weatherstation.vue' | ||||||
|  | import videoPlayPlat from '../../../map/dialog/video_play_plat.vue' | ||||||
| 
 | 
 | ||||||
| export default { | export default { | ||||||
|   components: { windspeedstation, weatherstation, XfPoint, XfControl }, |   components: { videoPlayPlat, windspeedstation, weatherstation, XfPoint, XfControl }, | ||||||
|   props: { |   props: { | ||||||
|     visible: { |     visible: { | ||||||
|       type: Boolean, |       type: Boolean, | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue