add: 添加仙工AGV,流量限制界面;实现流量限制国际化

This commit is contained in:
yanps
2024-01-22 19:31:00 +08:00
parent 37ac298f91
commit 47b3889c5b
49 changed files with 2174 additions and 101 deletions

View File

@@ -689,7 +689,7 @@ export default {
to_y2: null,
to_z2: null,
agv_system_type: '1',
interaction_json: {}
interactionJson: null
},
extension: [{
name: '',
@@ -751,7 +751,7 @@ export default {
saveForm() {
// 保存表单数据
// 你可以在这里处理保存逻辑,并发送请求保存表单数据
this.form.interaction_json = this.extension.reduce((extension, item) => {
this.form.interactionJson = this.extension.reduce((extension, item) => {
extension[item.name] = item.value
return extension
}, {})