|
|
|
@ -117,7 +117,7 @@
|
|
|
|
|
<div style="border-bottom: 1px solid #E4E9F1;height: 49px;line-height: 49px;background-color: #F7F8FA;">
|
|
|
|
|
<Checkbox :indeterminate="item.indeterminate" :value="item.check"
|
|
|
|
|
@click.prevent.native="handleItemCheckAll(item)"
|
|
|
|
|
style="height: 95%;color:#697882;background-color: #F7F8FA;">{{item.name}}
|
|
|
|
|
style="margin-left: 20px;height: 95%;color:#697882;background-color: #F7F8FA;">{{item.name}}
|
|
|
|
|
</Checkbox>
|
|
|
|
|
</div>
|
|
|
|
|
<!--2-->
|
|
|
|
|