husq
2023-09-26 e570732e993bdc8fdd1a8aa37adf77f4fbe36139
飞行控制操作按钮取消禁用
1 files modified
2 ■■■ changed files
src/components/GMap.vue 2 ●●● patch | view | raw | blame | history
src/components/GMap.vue
@@ -406,7 +406,7 @@
              </a-button>
            </a-col>
            <a-col span="11">
              <a-button :disabled="deviceInfo.device?.mode_code == 14 || !deviceInfo.device?true:false" :class="[openDroneControl?'active-color':'unactive-color']" class="width-100" type="primary"  size="small"
              <a-button :class="[openDroneControl?'active-color':'unactive-color']" class="width-100" type="primary"  size="small"
                @click="openDeviceSetting">
                操作
              </a-button>