This commit is contained in:
ln1778 2024-09-06 16:24:01 +08:00
parent ba97fbca46
commit 401608de32
1 changed files with 1 additions and 2 deletions

View File

@ -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