From 4aaef226f19ab670b887e2526ee30abda62d2a71 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Tue, 27 Jan 2026 09:46:43 +0800
Subject: [PATCH] feat:更新飞手信息

---
 applications/task-work-order/src/views/orderView/flyingHand/index.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/flyingHand/index.vue b/applications/task-work-order/src/views/orderView/flyingHand/index.vue
index ac5e9d1..b2764ed 100644
--- a/applications/task-work-order/src/views/orderView/flyingHand/index.vue
+++ b/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) }}

--
Gitblit v1.9.3