แก้ select /input
This commit is contained in:
parent
a934497083
commit
97879802b1
45 changed files with 138 additions and 279 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue