当前位置:网站首页>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)
}
边栏推荐
- BioVendor遊離輕鏈(κ和λ)Elisa 試劑盒的化學性質
- postgresql源码学习(25)—— 事务日志⑥-等待日志写入完成
- Intelligent diagnosis of Alzheimer's disease
- ROS notes (10) - Launch file startup
- "Game engine shallow in shallow out" 98 Substancepainer plug-in development
- Abnormal logic reasoning problem of Huawei software test written test [2] Huawei hot interview problem
- 知识点:PCB线路板布线都有哪些诀窍?
- Pytorch two-dimensional multi-channel convolution operation method
- Lumiprobe 活性染料丨杂染料:BDP FL 神经酰胺
- 极化SAR几种成像模式
猜你喜欢

MCS: discrete random variable Pascal Distribution

Construction and application of medical field Atlas of dingxiangyuan

Northwestern Polytechnic University attacked by overseas e-mail

About sql+nosql: newsql database

Chapter IX app project test (4) test tools

CKS CKA ckad change terminal to remote desktop

Unity C basic review 28 - delegation with return (p449)

postgresql源码学习(23)—— 事务日志④-日志组装

MCS: discrete random variable - Hyper geometric distribution

File常用工具類, 流相關運用 (記錄)
随机推荐
BFD原理与配置
投资reits基金是靠谱吗,reits基金安全吗
Lumiprobe click chemistry - non fluorescent alkyne: hexanoic acid STP ester
近期工作总结
Symfony framework security component firewall configuration
BioVendor遊離輕鏈(κ和λ)Elisa 試劑盒的化學性質
Informatics Olympiad 1001:hello, world!
Sofaregistry source code | data synchronization module analysis
Create an API rapid development platform, awesome!
Bash summary online log
适用于遥感图像处理的神经网络
请说下redis命令的时间复杂度??(实际问的是redis底层结构)
Unity C basic review 29 - Generic delegation (p451)
Material dynamic self illumination
Informatics Olympiad all in one 2061: trapezoidal area
c#Sqlite类库
MySQL 数据库命名规范.PDF
Dynamically listening for DOM element height changes
Chaîne lumineuse libre biovendor κ Et λ) Propriétés chimiques du kit ELISA
message from server: “Host ‘xxxxxx‘ is blocked because of many connection errors; unblock with ‘m