@@ -30,7 +30,13 @@
:hide-on-single-page="false"
></el-pagination>
</div>
- <base-table ref="tableRef" :data="tableData" :columns="tableColumn" @current-change="onCurrentChange">
+ <base-table
+ ref="tableRef"
+ :data="tableData"
+ :columns="tableColumn"
+ highlight-current-row
+ @current-change="onCurrentChange"
+ >
<template #empty> 暂无数据 </template>
</base-table>
@@ -47,6 +47,7 @@
v-bind="pagination"
:data="tableData"
:columns="columns"
@current-change="onCurrentChange"
@row-dblclick="onDbClick"
></base-table>
@@ -67,6 +67,7 @@
height="30vw"
:data="data"
@refresh="refresh"
@@ -36,6 +36,7 @@
size="small"
@@ -28,6 +28,7 @@
@@ -34,6 +34,7 @@
@@ -40,6 +40,7 @@
@@ -42,6 +42,7 @@
@@ -30,6 +30,7 @@
@@ -22,6 +22,7 @@
@@ -39,6 +39,7 @@
@@ -38,6 +38,7 @@
height="45vh"
<base-table