提升机缺少floor

This commit is contained in:
pangshenghao
2023-06-07 17:35:08 +08:00
parent fcb21e1c7f
commit f82cdee8fb
4 changed files with 9 additions and 0 deletions

View File

@@ -608,6 +608,9 @@ export default {
} else if (val === 'task_id') {
const obj = { name: '任务号', value: data[val] }
this.arr.push(obj)
} else if (val === 'floor') {
const obj = { name: '楼层', value: data[val] }
this.arr.push(obj)
}
}
}