| | |
| | | <template> |
| | | <div class="device-setting-wrapper"> |
| | | <div class="device-setting-header">Device Property Set</div> |
| | | <div class="device-setting-header">设备属性设置</div> |
| | | <div class="device-setting-box"> |
| | | <!-- 飞行器夜航灯 --> |
| | | <div class="control-setting-item"> |
| | |
| | | <a-switch checked-children="开" un-checked-children="关" v-model:checked="deviceSettingFormModel.nightLightsState" /> |
| | | </div> |
| | | </template> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.NIGHT_LIGHTS_MODE_SET].settingKey)">Edit</a> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.NIGHT_LIGHTS_MODE_SET].settingKey)">编辑</a> |
| | | </DeviceSettingPopover> |
| | | </div> |
| | | </div> |
| | |
| | | m |
| | | </div> |
| | | </template> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.HEIGHT_LIMIT_SET].settingKey)">Edit</a> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.HEIGHT_LIMIT_SET].settingKey)">编辑</a> |
| | | </DeviceSettingPopover> |
| | | </div> |
| | | </div> |
| | |
| | | m |
| | | </div> |
| | | </template> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.DISTANCE_LIMIT_SET].settingKey)">Edit</a> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.DISTANCE_LIMIT_SET].settingKey)">编辑</a> |
| | | </DeviceSettingPopover> |
| | | </div> |
| | | </div> |
| | |
| | | <a-switch checked-children="开" un-checked-children="关" v-model:checked="deviceSettingFormModel.obstacleAvoidanceHorizon" /> |
| | | </div> |
| | | </template> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.OBSTACLE_AVOIDANCE_HORIZON].settingKey)">Edit</a> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.OBSTACLE_AVOIDANCE_HORIZON].settingKey)">编辑</a> |
| | | </DeviceSettingPopover> |
| | | </div> |
| | | </div> |
| | |
| | | <a-switch checked-children="开" un-checked-children="关" v-model:checked="deviceSettingFormModel.obstacleAvoidanceUpside" /> |
| | | </div> |
| | | </template> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.OBSTACLE_AVOIDANCE_UPSIDE].settingKey)">Edit</a> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.OBSTACLE_AVOIDANCE_UPSIDE].settingKey)">编辑</a> |
| | | </DeviceSettingPopover> |
| | | </div> |
| | | </div> |
| | |
| | | <a-switch checked-children="开" un-checked-children="关" v-model:checked="deviceSettingFormModel.obstacleAvoidanceDownside" /> |
| | | </div> |
| | | </template> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.OBSTACLE_AVOIDANCE_DOWNSIDE].settingKey)">Edit</a> |
| | | <a @click="onShowPopConfirm(deviceSetting[DeviceSettingKeyEnum.OBSTACLE_AVOIDANCE_DOWNSIDE].settingKey)">编辑</a> |
| | | </DeviceSettingPopover> |
| | | </div> |
| | | </div> |