mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 07:27:33 +08:00
fix the bug that hidden tags don't display in transaction detail page
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
:checked="isChecked(item.id)"
|
||||
:key="item.id"
|
||||
v-for="item in items"
|
||||
v-show="!item.hidden"
|
||||
v-show="!item.hidden || isChecked(item.id)"
|
||||
@change="changeItemSelection">
|
||||
<template #title>
|
||||
<f7-block class="no-padding no-margin">
|
||||
|
||||
Reference in New Issue
Block a user