Fork me on GitHub

element

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

posted @ 2018-10-17 18:03  欢欢11  阅读(143)  评论(0编辑  收藏  举报