Merge branch 'master' of http://47.115.223.229:8888/yangjun/hldy_vue
This commit is contained in:
commit
53b7241cfb
|
@ -131,6 +131,11 @@ export function useBasicFormSchema() {
|
||||||
placeholder: '请输入备注',
|
placeholder: '请输入备注',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: 'picUrl',
|
||||||
|
label: '机构图片',
|
||||||
|
component: 'JImageUpload',
|
||||||
|
},
|
||||||
];
|
];
|
||||||
return { basicFormSchema };
|
return { basicFormSchema };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue