element

<el-table-column label="地址" prop="address">
<template slot-scope="props">
<el-button @click.native="showDetail(props.row)">查看详情</el-button>
</template>
</el-table-column>

原文地址:https://www.cnblogs.com/huanhuan55/p/9805897.html