// 上传 export default { FComponentType: 'upload', FComponentName: '上传', action: 'https://jsonplaceholder.typicode.com/posts/', disabled: false, accept: '', name: 'file', 'auto-upload': true, 'list-type': 'text', multiple: false, __slot__: { 'list-type': true }, __config__: { label: '上传', tag: 'el-upload', tagIcon: 'upload', layout: 'colFormItem', defaultValue: null, showLabel: true, labelWidth: null, required: true, span: 24, showTip: false, buttonText: '点击上传', regList: [], changeTag: true, fileSize: 2, sizeUnit: 'MB' } }