| applications/task-work-order/src/views/orderView/deviceInvocation/equipmentResource/index.vue | ●●●●● 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>