|
|
@ -43,6 +43,17 @@ interface ComponentData { |
|
|
const data: ComponentData = { |
|
|
const data: ComponentData = { |
|
|
formFields: [ |
|
|
formFields: [ |
|
|
{ |
|
|
{ |
|
|
|
|
|
dataPath: 'envId', label: '环境', input: 'SelectV2', |
|
|
|
|
|
inputProps: { |
|
|
|
|
|
placeholder: '选择环境', |
|
|
|
|
|
clearable: true, |
|
|
|
|
|
options: [ |
|
|
|
|
|
{ value: "10", label: "物理环境" }, |
|
|
|
|
|
{ value: "13", label: "虚拟环境1" }, |
|
|
|
|
|
], |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
{ |
|
|
dataPath: 'lpn', label: '托盘条码', input: 'Input', |
|
|
dataPath: 'lpn', label: '托盘条码', input: 'Input', |
|
|
inputProps: { |
|
|
inputProps: { |
|
|
placeholder: '托盘条码', |
|
|
placeholder: '托盘条码', |
|
|
|