fix: 测试计划关联跨项目场景用例,批量选中不显示数量的问题

测试计划关联跨项目场景用例,批量选中不显示数量的问题
This commit is contained in:
song.tianyang 2021-03-25 11:08:53 +08:00
parent 0a0bd2bec2
commit 28b2048fcb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<el-table-column type="selection"/>
<el-table-column width="40" :resizable="false" align="center">
<template v-slot:default="{row}">
<show-more-btn :is-show="isSelect(row)" :buttons="buttons" :size="selectRows.length"/>
<show-more-btn :is-show="isSelect(row)" :buttons="buttons" :size="selectRows.size"/>
</template>
</el-table-column>
<template v-for="(item, index) in tableLabel">