mirror of
https://github.com/CzBiX/qb-web.git
synced 2026-04-25 19:29:58 +08:00
Add double click to open info dialog
This commit is contained in:
@@ -135,8 +135,10 @@
|
||||
:mobile-breakpoint="0"
|
||||
>
|
||||
<template v-slot:item="row">
|
||||
<tr>
|
||||
<!-- @dblclick.prevent="showInfo(row.item)" -->
|
||||
<tr
|
||||
:key="row.item.hash"
|
||||
@dblclick.prevent="showInfo(row.item)"
|
||||
>
|
||||
<td>
|
||||
<v-checkbox
|
||||
:value="row.isSelected"
|
||||
|
||||
Reference in New Issue
Block a user