refactor: handle qr code
This commit is contained in:
parent
d6c8f0240a
commit
d90d392cfc
3 changed files with 18 additions and 4 deletions
|
|
@ -173,9 +173,10 @@ watch(
|
|||
|
||||
<div
|
||||
class="bordered q-mr-sm rounded"
|
||||
:class="{ 'cursor-pointer': !readonly }"
|
||||
:class="{ 'pointer-none': readonly }"
|
||||
>
|
||||
<ImageHover
|
||||
:readonly="readonly"
|
||||
:img="book.bankUrl"
|
||||
@view="() => $emit('viewQr', i)"
|
||||
@edit="
|
||||
|
|
@ -347,4 +348,8 @@ watch(
|
|||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<style scoped lang="scss"></style>
|
||||
<style scoped lang="scss">
|
||||
.pointer-none {
|
||||
pointer-events: none;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue