本文主要介绍了elementui表格中添加表头图标悬浮提示,分享给大家,具体如下:
<el-table-column label="操作" fixed="right" :render-header="tableaction" width="120"> <!--scope 即为 urlist scope.row即为当前行数据 --> <template slot-scope="scope"> <el-button @click="editcar(scope.row)" type="primary" icon="el-icon-edit" size="small" circle></el-button> <el-button @click="delcar(scope.row.carid)" type="danger" icon="el-icon-delete" circle size="small"></el-button> </template></el-table-column>
//表格操作提示 tableaction() { 十大元帅简介 return this.$createelement('helphint', { props: { content: '编辑车辆 / 删除车辆' } }, '操作'); },
切记导入
import helphint from ‘~/components/helphint/helphint.vue';
并在 杏花古诗components中引入
helphint.vue 组件内容
<template> <span> <span style="margin-right: 8px"><slot></slot></span> <el-tooltip :content="content" :placement="placement"> <i class="el-icon-question" style="cursor: pointer;"></i> </el-tooltip> </span></templat科技小故事e><script> export default { name: 'helphint', props: { placement: { default: 'top' }, content: strin英语时间表达g, }, data() { return {} }, }</script>
到此这篇关于elementui表格中添加表头图标悬浮提示的文章就介绍到这了,更多相bmi多少正常关element 图标悬浮提示内容请搜索www.887551.com以前的文章或继续浏览下面的相关文章希望大家以后多多支持www.887551.com!
本文发布于:2023-04-04 01:15:36,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/c127efb6ce9c4a0a5d9bdccd6788666d.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:ElementUI表格中添加表头图标悬浮提示.doc
本文 PDF 下载地址:ElementUI表格中添加表头图标悬浮提示.pdf
留言与评论(共有 0 条评论) |