美文网首页
vue指定列添加点击事件

vue指定列添加点击事件

作者: 上海_前端_求内推 | 来源:发表于2021-11-03 14:31 被阅读0次
 <!--代码开始 -->
                    <el-table-column prop="ah" label="货号" min-width="230" align='left'>
                        <template slot-scope="scope">
                            <a @click="cancelDialog(scope.row)" style="color:blue;cursor:pointer">{{scope.row.hh}}</a>
                        </template>
                    </el-table-column>
                    <!-- 代码结束 -->

相关文章

网友评论

      本文标题:vue指定列添加点击事件

      本文链接:https://www.haomeiwen.com/subject/hnxczltx.html