update Checkbox indeterminate style
update Checkbox indeterminate style
This commit is contained in:
parent
b923c8187c
commit
07e243ffc1
2 changed files with 19 additions and 0 deletions
|
@ -10,6 +10,7 @@
|
|||
<Checkbox
|
||||
:checked="item.checked && item.childrenCheckedStatus == 2"
|
||||
:disabled="item.disabled || item.disableCheckbox"
|
||||
:indeterminate="item.checked && item.childrenCheckedStatus == 1"
|
||||
@click.prevent="setCheck(item.disabled||item.disableCheckbox,$index)"></Checkbox>
|
||||
<a :class="titleCls(item)" @click="setSelect(item.disabled, $index)">
|
||||
<span :class="[prefixCls + '-title']" v-html="item.title"></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue