| | |
| | | <div class="fz16 pl5 pr5 flex-align-center flex-row flex-justify-between" |
| | | style="border-bottom: 1px solid #515151; height: 10%;"> |
| | | <span>{{ osdVisible.gateway_callsign }}</span> |
| | | <span><a style="color: white;" @click="() => osdVisible.visible = false"> |
| | | <span><a style="color: white;" @click="closeOsdWindow"> |
| | | <CloseOutlined /> |
| | | </a></span> |
| | | </div> |
| | |
| | | return val |
| | | } |
| | | }) |
| | | |
| | | // 关闭窗口 |
| | | const closeOsdWindow = () => { |
| | | store.commit('SET_OSD_VISIBLE_INFO', false) |
| | | } |
| | | |
| | | // 打开监控权限 |
| | | const openMonitor = () => { |
| | | showMonitor.value = !showMonitor.value |
| | |
| | | aircraSelected, |
| | | selectChange, |
| | | closeOperate, |
| | | closeOsdWindow |
| | | } |
| | | } |
| | | }) |