| | |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <addPorjectDialog v-if="showDialog" @close="close"></addPorjectDialog> |
| | | <addPorjectDialog |
| | | v-if="showDialog" |
| | | @close="close" |
| | | :dji_execute_type="dict.type.dji_execute_type" |
| | | :dji_finish_type="dict.type.dji_finish_type" |
| | | :dji_fly_type="dict.type.dji_fly_type" |
| | | :dji_exitlost_type="dict.type.dji_exitlost_type" |
| | | :dji_drone_value_type="dict.type.dji_drone_value_type" |
| | | :dji_template_type="dict.type.dji_template_type" |
| | | :dji_execute_height_type="dict.type.dji_execute_height_type" |
| | | :dji_auto_flight_speed="dict.type.dji_auto_flight_speed" |
| | | :dji_global_waypoint_turn_mode="dict.type.dji_global_waypoint_turn_mode" |
| | | :dji_mapping_heading_mode="dict.type.dji_mapping_heading_mode" |
| | | :dji_gimbal_pitch_mode="dict.type.dji_gimbal_pitch_mode" |
| | | ></addPorjectDialog> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import CesiumMap from "../../../utils/components/cesium-map.vue"; |
| | | export default { |
| | | name: "towers", |
| | | dicts: ['model_typpe'], |
| | | dicts: [ |
| | | 'dji_execute_type', |
| | | 'dji_finish_type', |
| | | 'dji_fly_type', |
| | | 'dji_exitlost_type', |
| | | 'dji_drone_value_type', |
| | | 'dji_template_type', |
| | | 'dji_execute_height_type', |
| | | 'dji_auto_flight_speed', |
| | | 'dji_global_waypoint_turn_mode', |
| | | 'dji_mapping_heading_mode', |
| | | 'dji_gimbal_pitch_mode' |
| | | ], |
| | | components: { |
| | | addPorjectDialog, |
| | | CesiumMap |