<el-table-column prop="goods_count" label="活动兑换商品" align="center" width="150" >
<template slot-scope="scope">
<el-button type="text" size="small" @click="handleGoods(scope.row)"{{scope.row}}</el-button>
</template>
</el-table-column>
<el-table-column prop="goods_count" label="活动兑换商品" align="center" width="150" >
<template slot-scope="scope">
<el-button type="text" size="small" @click="handleGoods(scope.row)"{{scope.row}}</el-button>
</template>
</el-table-column>
本文标题:vue+ element table如何给指定的单元格添加点击事
本文链接:https://www.haomeiwen.com/subject/kvseehtx.html
网友评论