Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -5,6 +5,7 @@ | @@ -5,6 +5,7 @@ | ||
| 5 | @register="registerTable" | 5 | @register="registerTable" |
| 6 | :loading="loading" | 6 | :loading="loading" |
| 7 | :rowSelection="{ type: 'checkbox' }" | 7 | :rowSelection="{ type: 'checkbox' }" |
| 8 | + :clickToRowSelect="false" | ||
| 8 | > | 9 | > |
| 9 | <template #toolbar> | 10 | <template #toolbar> |
| 10 | <a-button type="primary" @click="handleAdd"> 添加流转 </a-button> | 11 | <a-button type="primary" @click="handleAdd"> 添加流转 </a-button> |