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>
基本翻译
abbr. 预期损失(Expected Loss)
n. (El)人名;(匈)埃尔;
以上是关于vue 操作列的自定义的主要内容,如果未能解决你的问题,请参考以下文章