This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-02-19 18:06:22 +07:00
parent 11383febeb
commit bd64e91628

View file

@ -1,5 +1,12 @@
<script setup lang="ts">
import { ref, reactive, onMounted, watch, defineAsyncComponent } from "vue";
import {
ref,
reactive,
onMounted,
watch,
defineAsyncComponent,
computed,
} from "vue";
import { useQuasar } from "quasar";
import http from "@/plugins/http";
@ -392,7 +399,7 @@ onMounted(async () => {
<q-card class="q-mt-md">
<q-card-section class="card-img q-pb-lg">
<div class="text-h5 text-center q-py-md text-weight-medium">
นหาขอมลทะเบยนประว
นหาขอมลทะเบยนประว {{ store.formFilter.dateAppoint }}
{{
empType === "officer" ? "ข้าราชการ กทม. สามัญ" : "ลูกจ้างประจำ กทม."
}}
@ -638,6 +645,7 @@ onMounted(async () => {
</q-btn-dropdown>
<q-separator inset vertical class="lineFil" />
<q-btn-dropdown
rounded
flat
@ -651,8 +659,8 @@ onMounted(async () => {
`ลำดับการแสดผล ${
store.formFilter.dateAppoint
? store.formFilter.dateAppoint === "ASC"
? "ล่าสุด-เก่า"
: "เก่า-ล่าสุด"
? "เก่า-ล่าสุด"
: "ล่าสุด-เก่า"
: ""
}`
}}
@ -751,8 +759,8 @@ onMounted(async () => {
`ลำดับการแสดผล ${
store.formFilter.dateAppoint
? store.formFilter.dateAppoint === "ASC"
? "ล่าสุด-เก่า"
: "เก่า-ล่าสุด"
? "เก่า-ล่าสุด"
: "ล่าสุด-เก่า"
: ""
}`
}}