แก้ แสดง สังกัด

This commit is contained in:
setthawutttty 2025-03-20 16:58:30 +07:00
parent 708170a2e5
commit fcaf891197
17 changed files with 93 additions and 83 deletions

View file

@ -16,7 +16,7 @@ import PopupPersonal from "@/components/Dialogs/PopupPersonalNew.vue";
import { useCounterMixin } from "@/stores/mixin";
/** use*/
const { findOrgNameOld, findOrgName, textTranForm } = useCounterMixin();
const { findOrgNameOld, findOrgName } = useCounterMixin();
/** propsDataProfile*/
const props = defineProps({
@ -166,7 +166,7 @@ watch(
<div class="col-12">
<div class="col-12 text-top">งก</div>
<div class="col-12 text-detail text-html">
{{ textTranForm(profile.organization) }}
{{ profile.organization }}
</div>
</div>
</div>

View file

@ -22,7 +22,7 @@ const mixin = useCounterMixin();
const router = useRouter();
const $q = useQuasar();
const retireDate = ref<Date>();
const { showLoader, hideLoader, messageError, date2Thai,textTranForm } = mixin;
const { showLoader, hideLoader, messageError, date2Thai } = mixin;
const isEmployee = defineModel("isEmployee", { type: String });
const empType = ref<string>("officer");
@ -374,7 +374,7 @@ async function fetchProfile(id: string, avatarName: string) {
<q-input
borderless
readonly
:model-value="goverment.oc === '' ? '-' : textTranForm(goverment.oc)"
:model-value="goverment.oc === '' ? '-' : goverment.oc"
label="สังกัด"
autogrow
></q-input>