refactor: 点击报告行跳转报告页面

This commit is contained in:
Captain.B 2020-10-30 15:37:55 +08:00
parent 2ea919a056
commit e09e04c9ec
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,7 @@
@select-all="handleSelectAll"
@select="handleSelect"
@sort-change="sort"
@row-click="handleEdit"
@filter-change="filter"
>
<el-table-column
@ -280,4 +281,8 @@ export default {
width: 100%;
}
.el-table {
cursor: pointer;
}
</style>