摘要:
让table每行都可以实现跳转,给table绑定点击事件 <el-table :data="tableDataCb" style="width: 100%" @row-click="openDialog"> <el-table-column prop="W_NAME" label="名称" alig 阅读全文
posted @ 2020-02-15 21:33
鸣人卷~~
阅读(1183)
评论(0)
推荐(0)
摘要:
<el-table @row-click="openDetails"> </el-table> //对应的 methods 中 //点击行事件 methods: { openDetails (row) { //具体操作 }, 阅读全文
posted @ 2020-02-15 21:32
鸣人卷~~
阅读(4411)
评论(0)
推荐(0)

浙公网安备 33010602011771号