|
@@ -15,7 +15,7 @@
|
|
|
<el-table-column align="center" width="60">
|
|
|
<template slot-scope="scope">
|
|
|
<el-checkbox @change="(val)=>onChange(val,scope.row)" v-if="refresh"
|
|
|
- :disabled="disabled.findIndex(item=> item.mergeId == scope.row.mergeId) == -1"
|
|
|
+ :disabled="disabled.findIndex(item=> item.mergeId == scope.row.mergeId) != -1"
|
|
|
:checked="mergedList.findIndex(item=> item.name == scope.row.name) !== -1"></el-checkbox>
|
|
|
</template>
|
|
|
</el-table-column>
|