refactor: header edit img

This commit is contained in:
Net 2024-09-11 17:59:49 +07:00
parent 1c467bff35
commit 0895714887
2 changed files with 5 additions and 3 deletions

View file

@ -179,8 +179,8 @@ watch(
:img="book.bankUrl"
@view="() => $emit('viewQr', i)"
@edit="
() => () => {
readonly ? '' : inputFile?.click(), (listIndex = i);
() => {
$emit('editQr', i);
}
"
icon="mdi-qrcode"