jihongshun
4 天以前 262867ad919d0a85fd42e9dd5d9fb2e1c8bb7e3b
src/views/system/project/index.vue
@@ -18,7 +18,21 @@
      </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>
@@ -27,7 +41,19 @@
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