feat:添加表格双击点击事件

This commit is contained in:
zhangyu
2021-05-25 15:37:33 +08:00
parent 5443a91c8b
commit 807b0aecea
10 changed files with 11 additions and 2 deletions

View File

@@ -14,6 +14,7 @@
@header-dragend="dragend"
@sort-change="tableDataSort"
@selection-change="selectionChange"
@row-dblclick="(row)=>{$emit('messageDetail', row)}"
>
<el-table-column
:resizable="false"