แก้คำ รายการลาออกลูกจ้าง

This commit is contained in:
setthawutttty 2024-11-12 09:36:18 +07:00
parent 96d6e470f8
commit ccf0595a73
2 changed files with 7 additions and 5 deletions

View file

@ -526,7 +526,7 @@ onMounted(async () => {
</script>
<template>
<div class="q-gutter-sm q-pa-sm">
<div class="q-pa-sm">
<div class="toptitle text-dark col-12 row items-center">
<q-btn
icon="mdi-arrow-left"
@ -1095,6 +1095,7 @@ onMounted(async () => {
greedy
@submit.prevent
@validation-success="onSubmitAttached"
class="full-width"
>
<div class="bg-grey-1 q-pa-sm col-12 row items-center text-primary">
<div class="q-pl-sm text-weight-bold text-dark">
@ -1168,9 +1169,9 @@ onMounted(async () => {
:readonly="!edit"
:borderless="!edit"
v-model="positionTypeOld"
:rules="[(val:string) => !!val || `${'กรุณากรอกตำแหน่งประเภท'}`]"
:rules="[(val:string) => !!val || `${'กรุณากรอกกลุ่มงาน'}`]"
hide-bottom-space
:label="`${'ตำแหน่งประเภท'}`"
:label="`${'กลุ่มงาน'}`"
/>
</div>
</div>

View file

@ -520,6 +520,7 @@ onMounted(async () => {
greedy
@submit.prevent
@validation-success="onSubmitAttached"
class="full-width"
>
<div class="bg-grey-1 q-pa-sm col-12 row items-center text-primary">
<div class="q-pl-sm text-weight-bold text-dark">
@ -593,9 +594,9 @@ onMounted(async () => {
:readonly="!edit"
:borderless="!edit"
v-model="positionTypeOld"
:rules="[(val:string) => !!val || `${'กรุณากรอกตำแหน่งประเภท'}`]"
:rules="[(val:string) => !!val || `${'กรุณากรอกกลุ่มงาน'}`]"
hide-bottom-space
:label="`${'ตำแหน่งประเภท'}`"
:label="`${'กลุ่มงาน'}`"
/>
</div>
</div>