为了账号安全,请及时绑定邮箱和手机立即绑定

element的 el-switch 标签里怎么写三元表达式?

element的 el-switch 标签里怎么写三元表达式?

POPMUISE 2018-12-08 22:29:56
我想当scope.row.on==='某个值' 的时候el-switch标签里才有disabled属性,该怎么加?    <el-table-column width="200%" label="状态" class="switchVal">         <template slot-scope="scope">           <el-switch             @change="changeSwitch(scope.$index, scope.row)"             v-model="scope.row.on"             disabled             active-text="启用"             inactive-text="">            on-color="#00A854"             on-text="启动"             on-value="1"             off-color="#F04134"             off-text="禁止"             off-value="0"             >           </el-switch>         </template>       </el-table-column>
查看完整描述

1 回答

?
四季花海

TA贡献1811条经验 获得超5个赞

这其实和Element没啥关系,Vue的绑定

你的问题,解决方案如下:示例


查看完整回答
反对 回复 2018-12-08
  • 1 回答
  • 0 关注
  • 1961 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信