แก้ space ขึ้นบรรทัดใหม่ เเก้คำ พ้นราชการ

This commit is contained in:
setthawutttty 2025-03-19 17:41:35 +07:00
parent 90ed596dec
commit b8f971e251
23 changed files with 377 additions and 170 deletions

View file

@ -16,7 +16,7 @@ import PopupPersonal from "@/components/Dialogs/PopupPersonalNew.vue";
import { useCounterMixin } from "@/stores/mixin";
/** use*/
const { findOrgNameOld, findOrgName } = useCounterMixin();
const { findOrgNameOld, findOrgName, textTranForm } = useCounterMixin();
/** propsDataProfile*/
const props = defineProps({
@ -154,7 +154,7 @@ watch(
{{
props.type.toLowerCase() == "employee"
? "กลุ่มงาน"
: "ประเภทตำแหน่ง"
: "ตำแหน่งประเภท"
}}
</div>
<div class="col-12 text-detail">
@ -165,8 +165,8 @@ watch(
<div class="col-xs-6 col-sm-3 row">
<div class="col-12">
<div class="col-12 text-top">งก</div>
<div class="col-12 text-detail">
{{ profile.organization }}
<div class="col-12 text-detail text-html">
{{ textTranForm(profile.organization) }}
</div>
</div>
</div>