Commit 9b0b3513 authored by 李苏's avatar 李苏 💬

仓库对照表添加字段

parent 83861e92
......@@ -40,6 +40,23 @@
"label": "name"
}
}
},
{
// readonly: true,
label: '工厂',
prop: 'hzid',
span: 12,
type: 'AuxInput',
required: true,
typeConfig: {
isRequest: true,
code: 'HZID',
label: 'hzName',
transform: {
value: 'id',
label: 'name'
}
}
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment