Commit 7e1e31b4281034f7efe87208238fe550f30acc06
1 parent
998ee0b8
fix:[DEFECT-317],修复转换脚本已经启用不能批量删除问题
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -5,6 +5,7 @@ | @@ -5,6 +5,7 @@ | ||
5 | :rowSelection="{ type: 'checkbox' }" | 5 | :rowSelection="{ type: 'checkbox' }" |
6 | @register="registerTable" | 6 | @register="registerTable" |
7 | v-show="isStatus === 0" | 7 | v-show="isStatus === 0" |
8 | + :clickToRowSelect="false" | ||
8 | > | 9 | > |
9 | <template #toolbar> | 10 | <template #toolbar> |
10 | <a-button type="primary" @click="handleCreate"> 新增转换脚本 </a-button> | 11 | <a-button type="primary" @click="handleCreate"> 新增转换脚本 </a-button> |