吉安感知网项目-前端
罗广辉
2026-02-28 006bbfe600da32ef23ec155f5a355cdc39f5b896
feat: 设备类型判断
1 files modified
4 ■■■■ changed files
applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue 4 ●●●● patch | view | raw | blame | history
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>
<style scoped lang="scss"></style>