@beisen-phoenix/mobile-attachment-list
v1.0.21
Published
> 该组件一般用在详情页的附件列表展示或者表单的上传字段中 #### API
Downloads
52
Readme
描述
该组件一般用在详情页的附件列表展示或者表单的上传字段中
API
| name | description | type | default | | ---------- | ---------------------------------------- | -------- | ------- | | attachList | 需要展示的附件列表| [{src?: string, name: string,uploadPercent?: string(附件的上传进度),uid?: string(附件的唯一id)}] | [] | | showDelete | 是否显示删除按钮 | boolean | false | | onDelete | 点击删除按钮的回调函数 | function | (obj)=> | | onPreview | 点击附件调用附件预览的回调函数 | function | (obj)=> |
