This commit is contained in:
parent
ba97fbca46
commit
401608de32
|
@ -47,8 +47,7 @@
|
|||
<div>{{row.date}} </div>
|
||||
</template>
|
||||
</agTable>
|
||||
<agUpdate @onUpload="onUpload" multiple isDrap :limit="5" @onError="onError" listType="picture" :maxSize="1024*1024" :fileList="['https://git.aiguoai.com/assets/img/logo.svg']">
|
||||
<el-button type="primary" size="small">点击上传</el-button>
|
||||
<agUpdate @onUpload="onUpload" multiple isDrap :limit="5" @onError="onError" :maxSize="1024*1024" :fileList="['https://git.aiguoai.com/assets/img/logo.svg']">
|
||||
<div slot="tip">只能上传jpg/png文件,且不超过500kb</div>
|
||||
</agUpdate>
|
||||
<!-- <el-input
|
||||
|
|
Loading…
Reference in New Issue