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

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>