<template>
<el-upload
ref="upload"
action="/api/upload"
:limit="1"
accept='.xlsx'
:on-success="uploadSuccess"
:on-error="uploadError"
>
<el-button size="small" type="primary">点击上传</el-button>
</el-upload>
</template>
<script>
export default {
methods: {
//文件上传事件
uploadSuccess(res) {
this.$refs.upload.clearFiles(); //去掉文件列表
},
uploadError(res){
console.log(res);
this.$refs.upload.clearFiles(); //去掉文件列表
}
}
}
</script>站点小黑板
公告
欢迎来到这里 👋
- 三栏模式已经支持更多右栏卡片:搜索、标签云与公告。
- 如果你正在逛文章页,记得试试右侧的小工具,它们现在更热闹了。
- 若你发现样式或交互问题,欢迎提交 issue 或直接发起 PR。
快速定位内容
全站搜索
日历
2026年7月说说更新
最近动态
换个口味
随机文章
热门主题
