首页
el-checkbox-group 多选限制只能选一个
xxx
groupChange() { if (this.checkList.length > 1) { this.checkList.shift(); } },
vue-element
相关
标签