fix: 补充默认排序高亮选中

This commit is contained in:
@changcode
2022-03-18 17:11:49 +08:00
parent 4f08857354
commit 01e1c5dcc7
6 changed files with 7 additions and 19 deletions

View File

@@ -5,6 +5,7 @@
:data="tableData"
:height="height"
border
:default-sort="orderBy"
@header-dragend="dragend"
@sort-change="tableDataSort"
@selection-change="selectionChange"