add: 内包间日志增加

This commit is contained in:
yanps
2024-01-09 09:30:09 +08:00
parent fefdead3f5
commit fb79480ae1
5 changed files with 60 additions and 27 deletions

View File

@@ -644,7 +644,6 @@ export default {
})
getDicts().then(data => {
this.dicts = data
console.log(this.dict.label.task_status[3])
})
},
methods: {

View File

@@ -761,6 +761,9 @@ export default {
} else if (val === 'version') {
const obj = { name: '轴代数', value: data[val] }
this.arr.push(obj)
} else if (val === 'truss_type') {
const obj = { name: '内包间行架任务类型', value: data[val] }
this.arr.push(obj)
}
}
}