vue 操作列的自定义

Posted a438842265

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了vue 操作列的自定义相关的知识,希望对你有一定的参考价值。

技术图片

 

 

 

<el-table-column label="操作">
  <template slot-scope="scope">

    // 用到了 el-tooltip 鼠标放上去就会有提示     <el-tooltip effect="dark" content="编辑" placement="top" :enterable="false">   <el-button type="primary" icon="el-icon-edit" size="small"></el-button> </el-tooltip> <el-tooltip effect="dark" content="删除" placement="top" :enterable="false"> <el-button type="danger" icon="el-icon-delete" size="small"></el-button> </el-tooltip> <el-tooltip effect="dark" content="详细" placement="top" :enterable="false"> <el-button type="warning" icon="el-icon-setting" size="small"></el-button> </el-tooltip> </template> </el-table-column>

 

EL  [el]  详细X
基本翻译
abbr. 预期损失(Expected Loss)
n. (El)人名;(匈)埃尔;
网络释义
EL: 电致发光
El Capitan: 酋长岩
El Nino: 厄尔尼诺

以上是关于vue 操作列的自定义的主要内容,如果未能解决你的问题,请参考以下文章

VSCode自定义代码片段1——vue主模板

VSCode自定义代码片段——.vue文件的模板

VSCode自定义代码片段(vue主模板)

Vue3中的自定义指令

VSCode自定义代码片段11——vue路由的配置

VSCode自定义代码片段11——vue路由的配置