รายการข้าราชการ ฯ ที่ได้รับทุนการศึกษา/ฝึกอบรม
This commit is contained in:
parent
f201f5556c
commit
a283b42c68
3 changed files with 4 additions and 9 deletions
|
|
@ -41,12 +41,7 @@ const pagination = ref({
|
|||
|
||||
const $q = useQuasar();
|
||||
const mixin = useCounterMixin();
|
||||
const {
|
||||
messageError,
|
||||
dialogMessageNotify,
|
||||
showLoader,
|
||||
hideLoader,
|
||||
} = mixin;
|
||||
const { messageError, dialogMessageNotify, showLoader, hideLoader } = mixin;
|
||||
|
||||
const modal = defineModel<boolean>("modal", { required: true });
|
||||
|
||||
|
|
@ -182,7 +177,7 @@ function searchFilter() {
|
|||
showLoader();
|
||||
http
|
||||
.get(
|
||||
config.API.registryNew +
|
||||
config.API.registryNew("") +
|
||||
`?page=${formFilter.page}&pageSize=${formFilter.pageSize}&searchField=${search.value}&searchKeyword=${inputSearch.value}`
|
||||
)
|
||||
.then((res) => {
|
||||
|
|
|
|||
|
|
@ -526,7 +526,7 @@ onMounted(() => {
|
|||
color="primary"
|
||||
@click="router.go(-1)"
|
||||
/>
|
||||
{{ `${title}ข้าราชการฯที่ได้รับทุนการศึกษา/ฝึกอบรม` }}
|
||||
{{ `${title}ข้าราชการ ฯ ที่ได้รับทุนการศึกษา/ฝึกอบรม` }}
|
||||
</div>
|
||||
<q-space />
|
||||
<q-btn
|
||||
|
|
|
|||
|
|
@ -210,7 +210,7 @@ onMounted(() => {
|
|||
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">
|
||||
รายการข้าราชการฯที่ ได้รับทุนการศึกษา/ฝึกอบรม
|
||||
รายการข้าราชการ ฯ ที่ได้รับทุนการศึกษา/ฝึกอบรม
|
||||
</div>
|
||||
<q-card flat bordered class="q-pa-md">
|
||||
<q-toolbar class="q-pa-none">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue