<template slot-scope="scope"><el-button type="danger" size="mini" :disabled="scope.row.status_s==='1'" @click="handleDel(scope.row,index)">解除禁用</el-button></template >
<el-button type="danger" size="mini" :disabled="scope.row.status_s==='1'" @click="handleDel(scope.row,index)">解除禁用</el-button>
</template >
本文标题: VUE之表格动态加载按钮禁用效果 文章分类:【VueJS】 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.
上一篇:VUE之 CheckBox Group,获得选中记录数据集