Update table-head.vue
This commit is contained in:
parent
c92fde6798
commit
52e49907f5
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@
|
|||
isSelectDisabled () {
|
||||
let isSelectDisabled = false;
|
||||
if (!this.data.length) isSelectDisabled = true;
|
||||
if(!this.data.find(item => !item._disabled)) isSelectDisabled = true;
|
||||
if (!this.data.find(item => !item._disabled)) isSelectDisabled = true;
|
||||
return isSelectDisabled;
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue