Browse Source

增加串口配置2

simplify_dependencies
CODE 1 year ago
parent
commit
d50be8a368
  1. 7
      console/client/src/sections/console/containers/setUp.js

7
console/client/src/sections/console/containers/setUp.js

@ -172,10 +172,15 @@ function SetUp ({ dispatch, craneData }) {
type: 'string', type: 'string',
}, },
{ {
label: '串口配置', label: '串口配置1',
name: 'serial_port', name: 'serial_port',
type: 'string', type: 'string',
}, },
{
label: '串口配置2',
name: 'serial_port2',
type: 'string',
},
]) ])
initData() initData()
} }

Loading…
Cancel
Save