吉安感知网项目-前端
chenyao
2026-01-27 4aaef226f19ab670b887e2526ee30abda62d2a71
applications/task-work-order/src/views/orderView/flyingHand/index.vue
@@ -53,7 +53,11 @@
                     {{ getDictLabel(row.technicalStrength, dictObj.technicalStrength) }}
                  </template>
               </el-table-column>
               <el-table-column prop="skilledUavType" show-overflow-tooltip label="擅长机型" />
               <el-table-column prop="skilledUavType" show-overflow-tooltip label="擅长机型">
                  <template v-slot="{ row }">
                     {{ getDictLabel(row.skilledUavType, dictObj.skilledUavType) }}
                  </template>
               </el-table-column>
               <el-table-column prop="skilledTaskType" show-overflow-tooltip label="擅长任务类型">
                  <template v-slot="{ row }">
                     {{ getDictLabel(row.skilledTaskType, dictObj.skilledTaskType) }}