เพิ่ม card ไม่มีข้อมูล

This commit is contained in:
AnandaTon 2023-09-29 10:40:34 +07:00
parent 887f229017
commit f0c5224a1a
2 changed files with 37 additions and 6 deletions

View file

@ -237,12 +237,21 @@ const typeReportChangeName = (val: string) => {
:readonly="false"
:borderless="false"
:outlined="true"
:hide-dropdown-icon="false"
style="min-width: 150px"
@filter="(inputValue:any,
doneFn:Function) => filterSelector(inputValue, doneFn
) "
/>
:hide-dropdown-icon="false"
style="min-width: 150px"
>
<template v-slot:no-option>
<q-item>
<q-item-section class="text-grey">
ไมอม
</q-item-section>
</q-item>
</template>
</q-select>
<!-- use-input -->
<div>
<popupAdd