แก้ แสดง สังกัด
This commit is contained in:
parent
708170a2e5
commit
fcaf891197
17 changed files with 93 additions and 83 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue