Showing
2 changed files
with
2 additions
and
0 deletions
| @@ -11,6 +11,7 @@ | @@ -11,6 +11,7 @@ | ||
| 11 | :rowSelection="{ type: 'checkbox' }" | 11 | :rowSelection="{ type: 'checkbox' }" | 
| 12 | @register="registerTable" | 12 | @register="registerTable" | 
| 13 | class="w-5/6 xl:w-4/5" | 13 | class="w-5/6 xl:w-4/5" | 
| 14 | + :clickToRowSelect="false" | ||
| 14 | > | 15 | > | 
| 15 | <template #toolbar> | 16 | <template #toolbar> | 
| 16 | <a-button type="primary" @click="handleCreate" v-if="authBtn(role)"> 新增设备 </a-button> | 17 | <a-button type="primary" @click="handleCreate" v-if="authBtn(role)"> 新增设备 </a-button> | 
| @@ -5,6 +5,7 @@ | @@ -5,6 +5,7 @@ | ||
| 5 | @register="registerTable" | 5 | @register="registerTable" | 
| 6 | @selection-change="useSelectionChange" | 6 | @selection-change="useSelectionChange" | 
| 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="handleCreate"> 新增设备配置 </a-button> | 11 | <a-button type="primary" @click="handleCreate"> 新增设备配置 </a-button> |