แก้ space ขึ้นบรรทัดใหม่ เเก้คำ พ้นราชการ
This commit is contained in:
parent
90ed596dec
commit
b8f971e251
23 changed files with 377 additions and 170 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue