<el-table-column fixed="right" label="操作" width="150" max-height="100%" style="overflow:hidden" :render-header="renderHeader" > <template slot-scope="scope"> <el-tooltip effect="dark" content="播放视频" placement="top"> <img src="../../../assets/images/icon/play.png" @click="handlePlay(scope.row)" style="width:35px;height:35px;cursor:pointer" alt /> </el-tooltip> </template> </el-table-column>然后再写点击事件,播放的弹窗等等巴拉巴拉
然后再写点击事件,播放的弹窗等等巴拉巴拉