首页
it技术
登录
6mi
u
盘
搜
搜 索
it技术
element-ui table取消高亮
element-ui table取消高亮
it
2023-04-11
76
el-table 高亮的实现是给 tr 加 current-row 类名,取消高亮:
this
.
$refs
.
tableRef
.
setCurrentRow
(
-
1
)
;
转载请注明原文地址: https://lol.8miu.com/read-3997.html
最新回复
(
0
)