แก้ select /input

This commit is contained in:
setthawutttty 2024-12-02 15:12:53 +07:00
parent a934497083
commit 97879802b1
45 changed files with 138 additions and 279 deletions

View file

@ -451,7 +451,7 @@ async function fetchDListDirector() {
config.API.directorList(
pagination.value.page,
pagination.value.rowsPerPage,
filterKeyword2.value,
filterKeyword2.value.trim(),
mainStore.pathDirector(route.name as string)
)
)
@ -782,6 +782,8 @@ onMounted(async () => {
option-label="name"
emit-value
use-input
hide-selected
fill-input
map-options
hide-bottom-space
:options="complainstStore.complainantoptions"
@ -818,6 +820,8 @@ onMounted(async () => {
outlined
option-label="name"
option-value="id"
hide-selected
fill-input
map-options
v-model="organization"
:options="optionOrganization"
@ -1768,6 +1772,8 @@ onMounted(async () => {
:options="option"
label="ผลการสอบสวน"
emit-value
hide-selected
fill-input
hide-bottom-space
map-options
option-label="name"
@ -1793,6 +1799,8 @@ onMounted(async () => {
:readonly="isReadonly || checkRoutePermisson"
for="#fault"
outlined
hide-selected
fill-input
dense
ref="disciplinaryCauseTextRef"
v-model="formData.disciplinaryCauseText"