This commit is contained in:
Warunee Tamkoo 2024-04-10 16:27:45 +07:00
parent 7f855984c3
commit 2e5fd500a3
2 changed files with 5 additions and 4 deletions

View file

@ -134,15 +134,15 @@ export const useSalaryListSDataStore = defineStore("salaryListStore", () => {
name: "แบบ 3 กท บัญชีแสดงวันลาครึ่งปี ขรก. (เกษียณอายุราชการ)",
},
{
id: "gov-07",
id: "gov-07-01",
name: "แนบท้ายคำสั่งเลื่อนเงินเดือนข้าราชการเกษียณ",
},
{
id: "gov-08",
id: "gov-07",
name: "แนบท้ายคำสั่งเลื่อนเงินเดือน รอบตุลาคม",
},
{
id: "gov-09",
id: "gov-08",
name: "แนบท้ายคำสั่งค่าตอบแทนพิเศษ และผู้ไม่ได้เลื่อนเงินเดือน รอบตุลาคม",
},
]);

View file

@ -217,6 +217,7 @@ onMounted(() => {
<div class="row q-gutter-sm">
<div>
<datepicker
style="width: 150px;"
menu-class-name="modalfix"
v-model="formQuery.year"
:locale="'th'"
@ -272,7 +273,7 @@ onMounted(() => {
option-label="name"
label="เลือกประเภททุน"
@update:model-value="fetchNewList"
style="width: 400px;"
style="width: 350px;"
/>
</div>
</div>