当前位置:网站首页>el-table-column行按钮防重控制loading
el-table-column行按钮防重控制loading
2022-06-29 15:15:00 【*๛ก(ー̀ωー́ก) 】
无需初始化el-table的:data,直接加:loading="scope.row.installBtn"即可!
<el-table-column label="操作">
<template slot-scope="scope">
<el-button
:loading="scope.row.installBtn" size="mini"
@click="handleInstall(scope.row)" type="primary">安装 </el-button> </template> </el-table-column> handleInstall(row){
row.installBtn = true 请求...{
row.installBtn = false
}
如果请求用request.js包裹比较特殊,出错时的row.installBtn = false不生效,则:(el-table的:data=dataList)
<el-table-column label="操作">
<template slot-scope="scope">
<el-button
:loading="scope.row.installBtn" size="mini"
@click="handleInstall(scope.row,scope.$index)" type="primary">安装 </el-button> </template> </el-table-column> handleInstall(row,currentIndex){
this.$set(this.dataList[currentIndex],'installBtn',true) 请求...{
this.$set(this.dataList[currentIndex],'installBtn',false)
}
边栏推荐
- MCS: discrete random variable - binomial distribution
- Knowledge points: what are the know-how of PCB wiring?
- MCS: discrete random variable - Hyper geometric distribution
- Building SQL statements in Excel
- PWM to 0-5v/0-10v/1-5v linear signal transmitter
- 雷达天线简介
- 12.UDP协议-bite
- BioVendor游离轻链(κ和λ)Elisa 试剂盒的化学性质
- MySQL定时整库备份&滚动删除指定日期前的备份数据
- File常用工具類, 流相關運用 (記錄)
猜你喜欢

揭秘百度智能测试在测试自动执行领域实践

ImgUtil 图片处理工具类,文字提取,图片水印

Lumiprobe 脱氧核糖核酸丨炔烃dT亚磷酰胺

Classe d'outils commune de fichier, application liée au flux (enregistrement)

Lumiprobe deoxyribonucleic acid phosphate CpG 1000 solid carrier

Secondary pointer

Building SQL statements in Excel

postgresql源码学习(24)—— 事务日志⑤-日志写入WAL Buffer

使用自定义注解实现Redis分布式锁

Lumiprobe click chemistry - non fluorescent alkyne: hexanoic acid STP ester
随机推荐
MySQL JSON array operation JSON_ array_ append、json_ array_ insert
Hi,你有一份Code Review攻略待查收
适用于遥感图像处理的神经网络
Chapter IX app project test (4) test tools
render后续来了,封装一个表单往表格中添加数据
Unity C # basic review 26 - first acquaintance Commission (p447)
Lumiprobe reactive dye cycloalkyne dye: af488 dbco, 5 isomer
BFD原理与配置
分页sql(rownum、row_number、dense_rank、rank)
Wechat official account - menu
TDesign, which gave us benefits last time, will tell us its open source story today
CKS CKA ckad change terminal to remote desktop
Abnormal logic reasoning problem of Huawei software test written test [2] Huawei hot interview problem
请说下redis命令的时间复杂度??(实际问的是redis底层结构)
Konva series Tutorial 4: drawing attributes
PyTorch 二维多通道卷积运算方式
知识点:PCB线路板布线都有哪些诀窍?
ImgUtil 图片处理工具类,文字提取,图片水印
postgresql源码学习(23)—— 事务日志④-日志组装
About sql+nosql: newsql database