Commit 07d80cfc authored by 前端-许佳敏's avatar 前端-许佳敏

修改注册字段为upload

parent 70d649e9
......@@ -274,7 +274,7 @@ const UserRegistry = () => {
v.elements.map(field => {
// 字段类型暂时为null, 所以固定为input
switch(field.fieldType) {
case 'file': return (
case 'upload': return (
<Field
x-mega-props={{span: 1}}
name={field.fieldName}
......
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