|
|
@ -29,10 +29,11 @@ |
|
|
|
width="100"> |
|
|
|
width="100"> |
|
|
|
<template #default="{ row, $index }"> |
|
|
|
<template #default="{ row, $index }"> |
|
|
|
<div class="items-center"> |
|
|
|
<div class="items-center"> |
|
|
|
<el-checkbox class="mr-2" |
|
|
|
<el-checkbox v-if="!row.top" |
|
|
|
|
|
|
|
class="mr-2" |
|
|
|
v-model="row.isChoose" |
|
|
|
v-model="row.isChoose" |
|
|
|
@change="checkAll(row, $index)"></el-checkbox> |
|
|
|
@change="checkAll(row, $index)"></el-checkbox> |
|
|
|
<span v-if="row.top">{{row.name}}</span> |
|
|
|
<span v-else>{{row.name}}</span> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
</el-table-column> |
|
|
|
</el-table-column> |
|
|
|