From 82e02a2500652f6a897b8592e85d1a35b86cd566 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Sat, 28 Feb 2026 10:33:07 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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