@@ -45,7 +45,15 @@
:loading="loadingPlanAccounts"
:options="planAccountOptions"
@filter="filterPlanAccounts"
- />
+ >
+ <template #no-option>
+ <q-item>
+ <q-item-section class="text-grey">
+ {{ $t("http.errors.no_records_found") }}
+ </q-item-section>
+ </q-item>
+ </template>
+ </DefaultSelect>
<DefaultCurrencyInput
v-model="form.amount"
@@ -11,7 +11,15 @@
:placeholder
:label
@filter="filterFn"
</template>
<script setup>
@@ -137,7 +137,15 @@
use-input
:error-message="validationErrors.municipality_size_id"
:options="municipalitySizeOptions"
<DefaultInput
v-model="form.tax_base_royalts"
@@ -23,7 +23,15 @@
hide-selected
input-debounce="0"
class="col-md-4 col-12"
v-model="form.tbr_fixed_value"