ui รายการออกคำสั่ง
This commit is contained in:
parent
64dff5d907
commit
85c259ccd4
4 changed files with 10 additions and 4 deletions
|
|
@ -386,6 +386,9 @@ onMounted(async () => {
|
|||
<div class="toptitle text-dark row items-center q-py-xs">
|
||||
รายการเลื่อนเงินเดือนข้าราชการ ฯ
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row items-center">
|
||||
<q-space />
|
||||
<div class="row q-col-gutter-sm items-center q-py-xs">
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -374,7 +374,7 @@ async function fetchCheckisOfficer() {
|
|||
});
|
||||
}
|
||||
|
||||
onMounted(async() => {
|
||||
onMounted(async () => {
|
||||
await Promise.all([getRound(), fetchCheckisOfficer()]);
|
||||
});
|
||||
</script>
|
||||
|
|
@ -384,6 +384,9 @@ onMounted(async() => {
|
|||
<div class="toptitle text-dark row items-center q-py-xs">
|
||||
รายการเลื่อนค่าจ้างลูกจ้างประจำ
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row items-center">
|
||||
<q-space />
|
||||
<div class="row q-col-gutter-sm items-center q-py-xs">
|
||||
<div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue