Merge branch 'develop' into devTee

This commit is contained in:
setthawutttty 2024-10-24 16:51:14 +07:00
commit 7ba8a0feea
2 changed files with 3 additions and 1 deletions

View file

@ -80,7 +80,7 @@ function onSubmit() {
hide-bottom-space
type="textarea"
:rules="[
(val) => !!val || `${'กรุณากรอกเหตุผลที่ขอยกเลิกการลาออก'}`,
(val:string) => !!val || `${'กรุณากรอกเหตุผลที่ขอยกเลิกการลาออก'}`,
]"
/>
</div>

View file

@ -453,6 +453,7 @@ onMounted(() => {
</q-card>
</div>
<!-- ผลการพจารณาของผงคบบญชา -->
<div class="col-12 row" v-if="routeName != 'AddRetire'">
<q-card bordered class="row col-12 text-dark q-mt-sm">
<div
@ -513,6 +514,7 @@ onMounted(() => {
</q-card>
</div>
<!-- ผลการพจารณาของผอำนาจ -->
<div class="col-12 row" v-if="routeName != 'AddRetire'">
<q-card bordered class="row col-12 text-dark q-mt-sm">
<div