fix: quotation customer & dialog props

This commit is contained in:
puriphatt 2024-09-30 11:37:18 +07:00
parent f7d6cdfd6e
commit 00d297be4f
3 changed files with 7 additions and 16 deletions

View file

@ -79,7 +79,9 @@ watch(
:rules
>
<template v-slot:no-option>
<q-item>
<slot name="noOption"></slot>
<q-item v-if="!$slots.noOption">
<q-item-section class="text-grey">
{{ $t('general.noData') }}
</q-item-section>