From 006bbfe600da32ef23ec155f5a355cdc39f5b896 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 28 Feb 2026 09:48:27 +0800
Subject: [PATCH] feat: 设备类型判断

---
 applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue b/applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue
index c84cbbe..9063627 100644
--- a/applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue
+++ b/applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue
@@ -64,7 +64,7 @@
 					<el-table-column type="index" width="64" label="序号" />
 					<el-table-column prop="deviceType" show-overflow-tooltip label="设备类型">
 						<template v-slot="{ row }">
-							{{ row.deviceType === '1' ? '无人机' : '机场' }}
+							{{ row.deviceType === 1 ? '无人机' : '机场' }}
 						</template>
 					</el-table-column>
 					<el-table-column prop="deviceName" show-overflow-tooltip label="设备型号" />
@@ -234,4 +234,4 @@
 	getList()
 })
 </script>
-<style scoped lang="scss"></style>
\ No newline at end of file
+<style scoped lang="scss"></style>

--
Gitblit v1.9.3