no message

This commit is contained in:
Tanyalak 2024-03-15 17:29:09 +07:00
parent a713bae875
commit 6daf4d7467
2 changed files with 23 additions and 17 deletions

View file

@ -240,7 +240,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
<q-form ref="myForm"> <q-form ref="myForm">
<div class="row col-12 q-col-gutter-xs"> <div class="row col-12 q-col-gutter-xs">
<q-select <q-select
class="col-3" class="col-4"
hide-bottom-space hide-bottom-space
:rules="[(val:string) => !!val || `${'กรุณาเลือก ประเภท'}`]" :rules="[(val:string) => !!val || `${'กรุณาเลือก ประเภท'}`]"
outlined outlined
@ -258,7 +258,7 @@ const paginationLabel = (start: number, end: number, total: number) => {
@update:model-value="changeEmployeeClass" @update:model-value="changeEmployeeClass"
/> />
<q-select <q-select
class="col-2" class="col-4"
hide-bottom-space hide-bottom-space
:rules="[(val:string) => !!val || `${'กรุณาเลือก ฟิลด์ที่จะค้น'}`]" :rules="[(val:string) => !!val || `${'กรุณาเลือก ฟิลด์ที่จะค้น'}`]"
outlined outlined

View file

@ -356,22 +356,26 @@ watch(
</div> </div>
</q-card-section> </q-card-section>
<q-card-section class="q-px-md"> <q-card-section class="q-pa-sm">
<q-card bordered class="bg-grey-13"> <q-card bordered class="bg-grey-13">
<q-list> <q-list dense class="q-py-sm">
<q-item> <q-item dense>
<q-item-section> <q-item-section>
<q-item-label caption>ตำแหนงเลขท</q-item-label> <q-item-label caption>ตำแหนงเลขท</q-item-label>
<q-item-label>{{ </q-item-section>
<q-item-section>
<q-item-label caption class="text-black">{{
props.row.posNo ? props.row.posNo : "-" props.row.posNo ? props.row.posNo : "-"
}}</q-item-label> }}</q-item-label>
</q-item-section> </q-item-section>
</q-item> </q-item>
<q-item> <q-item dense>
<q-item-section> <q-item-section>
<q-item-label caption>ตำแหน</q-item-label> <q-item-label caption>ตำแหน</q-item-label>
<q-item-label> </q-item-section>
<q-item-section>
<q-item-label caption class="text-black">
{{ {{
props.row.position ? props.row.position : "-" props.row.position ? props.row.position : "-"
}}</q-item-label }}</q-item-label
@ -379,26 +383,28 @@ watch(
</q-item-section> </q-item-section>
</q-item> </q-item>
<q-item> <q-item dense>
<q-item-section> <q-item-section>
<q-item-label caption>ประเภทตำแหน</q-item-label> <q-item-label caption>ประเภทตำแหน</q-item-label>
<q-item-label> </q-item-section>
<q-item-section>
<q-item-label caption class="text-black">
{{ {{
props.row.posType ? props.row.posType : "-" props.row.posType ? props.row.posType : "-"
}}</q-item-label }}</q-item-label
> >
</q-item-section> </q-item-section>
</q-item> </q-item>
<q-item>
<q-item dense>
<q-item-section> <q-item-section>
<q-item-label caption <q-item-label caption>ระดบชนงาน</q-item-label>
>ระดบตำแหน/ระดบชนงาน</q-item-label </q-item-section>
> <q-item-section>
<q-item-label> <q-item-label caption class="text-black">
{{ {{
props.row.posLevel ? props.row.posLevel : "-" props.row.posLevel ? props.row.posLevel : "-"
}}</q-item-label }}</q-item-label>
>
</q-item-section> </q-item-section>
</q-item> </q-item>
</q-list> </q-list>