el-table点击单元格跳转详情页并传值

876 阅读1分钟
<el-table @row-click="openDetail">

</el-table>

详情页的return里接受

return{
	row:this.$route.query.idrow
}

显示

{{row}}