elementui+vuejs如何添加表格操作按钮
2018-06-24 02:08:24来源:未知 阅读 ()
<el-table :data="tableData" stripe border style="width:100%" highlight-current-row>
<el-table-column type="selection" width="55">
</el-table-column>
<el-table-column prop="phone" label="手机号" align="center" min-width="120">
</el-table-column>
<el-table-column prop="nickname" label="昵称" align="center" min-width="100">
</el-table-column>
<el-table-column prop="createTime" label="注册时间" align="center" min-width="120">
</el-table-column>
<el-table-column prop="enableState" label="用户状态" align="center" min-width="100">
</el-table-column>
<el-table-column prop="tradeState" label="交易状态" align="center" min-width="100">
</el-table-column>
<el-table-column label="操作" align="center" min-width="100">
<template slot-scope="scope">
<el-button type="text" @click="checkDetail(scope.row.phone)">查看详情</el-button>
<el-button type="info" @click="modifyUser(scope.row.phone)">修改</el-button>
<el-button type="info" @click="deleteUser(scope.row.phone)">删除</el-button>
</template>
</el-table-column>
</el-table>
//删除用户
deleteUser(val){
console.log(val)
//这里写相应的逻辑,val是指传进来的参数也就是上面的scope.row.phone;也可以是scope.row.nickname等
},
//修改用户
modifyUser(val){
let self = this;
},
//查看详情
checkDetail(val){
console.log(val)
}
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
- 如何用javascript连接access数据库 2020-03-20
- ?javascript如何控制上传文件的大小 2020-03-19
- Js中如何使用sort() 2020-03-18
- 如何用算法删除重复数据 2020-03-18
- javascript如何获取图片颜色 2020-03-08
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash