吉安感知网项目-前端
张含笑
2026-01-29 ec2ff7ebf2f4b1baa9fb931d0e6fcf7134106f51
applications/task-work-order/src/views/orderView/flyingHand/index.vue
@@ -72,7 +72,7 @@
               </el-table-column>
               <el-table-column prop="skilledTaskType" show-overflow-tooltip label="擅长任务类型">
                  <template v-slot="{ row }">
                     {{ getDictLabel(row.skilledTaskType, dictObj.skilledTaskType) }}
                     {{ getDictLabel(row.skilledTaskType, dictObj.patrolTaskType) }}
                  </template>
               </el-table-column>
               <el-table-column label="操作" class-name="operation-btns" width="180">
@@ -136,7 +136,7 @@
const flyingHandData = ref({})
const dictObj = ref({
   skilledTaskType: [], // 擅长任务类型
   patrolTaskType: [], // 擅长任务类型
   skilledUavType: [], // 擅长机型
   technicalStrength: [] // 技术特长
})
@@ -212,7 +212,7 @@
// 获取字典
function getDictList() {
   getDictionaryByCode('skilledTaskType,skilledUavType,technicalStrength').then(res => {
   getDictionaryByCode('patrolTaskType,skilledUavType,technicalStrength').then(res => {
      dictObj.value = res.data.data
   })
}