当前位置:网站首页>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>
边栏推荐
- 2022-06-21-flink-49 (I. SQL manual)
- La gamme NFT Color, qui représente la diversité, est en ligne sur la plate - forme du marché Sandbox
- DAP data scheduling function improvement description
- 1. first knowledge of chromatic harmonica
- opencv最大能打开多少图像?
- SEO的5大关键指标:排名+流量+会话+停留时长+跳出率
- How to install opencv? Opencv download installation tutorial
- Openmmlab environment configuration
- WMS仓储管理系统的使用价值,你知道多少
- Cesium loading display thermal diagram
猜你喜欢

Cesium 加载显示热力图

地方/园区产业规划之 “ 如何进行产业定位 ”

La gamme NFT Color, qui représente la diversité, est en ligne sur la plate - forme du marché Sandbox

Crawler crawls Sina Weibo data

1. Phase II of the project - user registration and login

1. first knowledge of chromatic harmonica

Exercise: how difficult is it to simulate the blessing lottery two-color ball - China 500W grand prize? Just run the code.

5 key indicators of SEO: ranking + traffic + session + length of stay + bounce rate

NFT Insider #63:The Sandbox与时代杂志达成合作,YGG成立西班牙subDAO

代錶多樣性的彩色 NFT 系列上線 The Sandbox 市場平臺
随机推荐
《Missing Parts》NFT 作品集第 5 系列上线 The Sandbox 市场平台
How much do you know about the use value of WMS warehouse management system
SQL, CTE, flg case problems
Monitoring pancakeswap new token
How many images can opencv open?
Uniapp makes mobile app programs, using uni Choosevideo record video, video playback is fuzzy, and the resolution is low
警惕超范围采集隐私-移动APP违规十宗罪
《悉达多》:一生之书,可以时常反刍
Crawl Sina Weibo fans
"Renaissance" in the digital age? The bottom digital collection makes people happy and sad
General steps for QT compiling database plug-ins
PHP代码审计1—PHP.ini的那些事
Interview with Mo Tianlun | ivorysql wangzhibin - ivorysql, an Oracle compatible open source database based on PostgreSQL
Cesium 加载显示热力图
[harmony OS] [ark UI] basic ETS context operations
[harmony OS] [arkui] ETS development graphics and animation drawing
地方/园区产业规划之 “ 如何进行产业定位 ”
Although the Internet in the traditional sense has long ceased to exist, this does not mean that the Internet has long disappeared
acmStreamOpen返回值问题
Cesium graphic annotation circle, square, polygon, ellipse, etc