当前位置:网站首页>A-table mouse over the display hand, the current line can be clicked
A-table mouse over the display hand, the current line can be clicked
2022-06-25 04:18:00 【Angry devil】
demand : When you mouse over a single row of a table , Small hands appear , Clicking time , You can jump to the edit page Document address :https://antdv.com/components/table-cn/ Practical operation :
<template>
<a-table
:loading="loading"
:columns="columns"
:data-source="dataSource.list"
rowKey="Id"
:pagination="paginationSet"
:locale="locale"
v-if="!cardloading"
:customRow="click" // Key points
>
<!-- Business content -->
</a-table>
</template>
<script>
export default {
methods: {
toEdit (Id) {
this.$router.push({ path: '/route/EditRoute', query: { pId: Id } })
},
click (record, index) {
return {
style: {
'cursor': 'pointer'
},
on: {
click: () => {
console.log(record, index)
this.toEdit(record.Id)
}
}
}
}
}
}
</script>
边栏推荐
- cesium 图形标注圆形、正方形、多边形、椭圆等
- How much do you know about the use value of WMS warehouse management system
- List rendering in wechat applet
- 1. first knowledge of chromatic harmonica
- acmStreamOpen返回值问题
- 【LeetCode】22. bracket-generating
- Mysql的order by
- 文本关键词提取:ansj
- "Comment positionner l'industrie" dans la planification industrielle locale / parc
- LeetCode 剑指Offer II 091 粉刷房子[动态规划] HERODING的LeetCode之路
猜你喜欢

警惕超范围采集隐私-移动APP违规十宗罪
![Leetcode points to the leetcode road of offering II 091 house painting [dynamic planning] heroding](/img/ad/69fce7cf064479a0ddd477fb935de2.png)
Leetcode points to the leetcode road of offering II 091 house painting [dynamic planning] heroding

DAP data scheduling function improvement description
![[team learning] SQL programming language notes - task04](/img/3e/c75f5b4610c6b6700567fe75cd2339.png)
[team learning] SQL programming language notes - task04

numpy np tips:使用opencv对数组插值放缩到固定形状 cv2.resize(res, dsize=(64, 64), interpolation=cv2.INTER_CUBIC)
Zoran community

2.吹响半音阶口琴

PHP code audit 1 - php Ini

WMS仓储管理系统的使用价值,你知道多少

Shutter fittedbox component
随机推荐
SQL, CTE, FLG CASE问题
client-go gin的简单整合十-Update
navicat可不可以直接操作安卓数据库SQLite
Qt编译数据库插件通用步骤说明
Development of trading system (XII) - Official quickfix document
1280_C语言求两个无符号整形的平均值
【LeetCode】148. 排序链表
2. play the chromatic harmonica
Simple integration of client go gin -update
cesium 图形标注圆形、正方形、多边形、椭圆等
The art of writing simple code
Changsha's "talent seeking": "making efforts" and "making practical moves" go hand in hand, "rapid development" and "slow life" go hand in hand
Work assessment of pharmacotherapeutics of Jilin University in March of the 22nd spring -00064
Development of trading system (I) -- Introduction to trading system
NFT insider 63: the sandbox reached a cooperation with Time magazine, and YGG established Spain's subdao
"Renaissance" in the digital age? The bottom digital collection makes people happy and sad
讲座记录《惯性导航的新应用——惯性测量》
数字时代的“文艺复兴”?起底数字藏品,让人欢喜让人愁
Standing wave ratio calculation method
Turn 2D photos into 3D models to see NVIDIA's new AI "magic"!