feat: add support for debit notes in credit note forms and related components
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 7s

This commit is contained in:
puriphatt 2025-07-08 13:28:27 +07:00
parent 7679c076a7
commit 2b310c667d
7 changed files with 40 additions and 7 deletions

View file

@ -36,7 +36,7 @@ withDefaults(
<span
:class="{ 'link cursor-pointer': clickable }"
v-if="typeof value === 'string'"
@click="$emit('labelClick', value, null)"
@click="clickable ? $emit('labelClick', value, null) : undefined"
>
{{ value }}
<q-tooltip v-if="tooltip" :delay="500">{{ value }}</q-tooltip>