无人机管理后台前端(已迁走)
rain
2025-06-12 0082fa417fb2af9add3406bf05ab3e3e45890c34
src/views/job/components/TaskAlgorithmBusiness.vue
@@ -3,7 +3,7 @@
   <div class="task-algorithm" v-if="showAlgorithm">
      <el-select
         :teleported="false"
         :style="{ width: setWidth }"
         :style="{ width: pxToRem(setWidth) }"
         v-model="ai_types"
         multiple
         collapse-tags
@@ -18,7 +18,7 @@
   <div class="task-business" v-if="showBusiness">
      <el-select
         :teleported="false"
         :style="{ width: setWidth }"
         :style="{ width: pxToRem(setWidth) }"
         v-model="industry_type"
         placeholder="请选择类型"
         clearable
@@ -31,7 +31,7 @@
<script setup>
import { getMultipleDictionary } from '@/api/job/task'
// import { pxToRem } from '@/utils/rem'
import { pxToRem } from '@/utils/rem'
// 接收父组件传参
const props = defineProps({