欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

vue根据后台数据设置多选框不可点击或选中

程序员文章站 2022-07-13 23:08:51
...

vue根据后台数据设置多选框不可点击或选中

<input type="checkbox" true-value="1" false-value="0" v-model="mallCartItem.ifSelected"
:disabled="mallCartItem.orderTypeId == '28' || mallCartItem.orderTypeId == '30'" />

我的博客主页 :https://qingmuzhang.gitee.io/