<el-upload
    class="upload-demo"
    list-type="picture"
    accept="image/*"
    :show-file-list="false"
    :multiple="false"
    :auto-upload="false"
    action="https://jsonplaceholder.typicode.com/posts/"
    :on-change="(file, fileList) => {handleChange(file, fileList, item)}"
    :on-preview="handlePreview">
    <a size="small" type="primary">点击修改</a>
</el-upload>
 
 
 
其中item为自定义参数

最新文章

  1. 【转】C#调用Windows图片和传真查看器打开图片
  2. CSS3橙色的星球绕轨道公转动画
  3. C# 线程系列三 定时器线程
  4. linux负载均衡总结性说明(四层负载/七层负载)
  5. php5.4.3连接SQLite3
  6. sql中的or的用法说明
  7. Linux+svn无法显示日志
  8. NET笔试题集
  9. 【Java技术位】——代理模式及其事务包
  10. Pydev for eclipse 安装及配置
  11. java ArrayList 踩坑记录
  12. linux网络、性能相关命令
  13. poj 1039
  14. C# 关于变量使用范围容易犯错的问题(TreeView数据绑定为例)
  15. NLR:利用非线性回归,梯度下降法求出学习参数θ,进而求得Cost函数最优值——Jason niu
  16. ADO.NET分享
  17. git clone报错:“server certificate verification failed. CAfile: /etc/ssl/certs/ca-certificates.crt CRLfile: none”
  18. win10下关于apache配置虚拟主机
  19. libcurl 接口调用方式
  20. CentOs 设置静态IP 方法[测试没问题]

热门文章

  1. 最近邻与K近邻算法思想
  2. 一次性清除页面上的所有setInterval
  3. Beta冲刺(4/4)
  4. Elasticsearch-C#操作
  5. (四)Spring Boot官网文档学习
  6. LC 297 Serialize and Deserialize Binary Tree
  7. 剑指offer13:数组[奇数,偶数],奇数偶数相对位置不变。
  8. Python爬虫刷回复
  9. C语言下进制的使用
  10. 查看php和apache配置成功的方法