Showing
2 changed files
with
2 additions
and
0 deletions
| @@ -4,6 +4,7 @@ | @@ -4,6 +4,7 @@ | ||
| 4 | @selection-change="useSelectionChange" | 4 | @selection-change="useSelectionChange" | 
| 5 | :rowSelection="{ type: 'checkbox' }" | 5 | :rowSelection="{ type: 'checkbox' }" | 
| 6 | @register="registerTable" | 6 | @register="registerTable" | 
| 7 | + :clickToRowSelect="false" | ||
| 7 | > | 8 | > | 
| 8 | <template #toolbar> | 9 | <template #toolbar> | 
| 9 | <a-button type="primary" @click="handleCreate"> 新增消息配置 </a-button> | 10 | <a-button type="primary" @click="handleCreate"> 新增消息配置 </a-button> | 
| @@ -4,6 +4,7 @@ | @@ -4,6 +4,7 @@ | ||
| 4 | @selection-change="useSelectionChange" | 4 | @selection-change="useSelectionChange" | 
| 5 | :rowSelection="{ type: 'checkbox' }" | 5 | :rowSelection="{ type: 'checkbox' }" | 
| 6 | @register="registerTable" | 6 | @register="registerTable" | 
| 7 | + :clickToRowSelect="false" | ||
| 7 | > | 8 | > | 
| 8 | <template #toolbar> | 9 | <template #toolbar> | 
| 9 | <a-button type="primary" @click="handleCreate"> 新增消息模板 </a-button> | 10 | <a-button type="primary" @click="handleCreate"> 新增消息模板 </a-button> |