updated & fixing
This commit is contained in:
parent
a39a34b15f
commit
62af9f6a35
24 changed files with 392 additions and 352 deletions
|
|
@ -21,7 +21,7 @@ import { useQuasar } from "quasar";
|
|||
const store = useRegistryInFormationStore();
|
||||
const $q = useQuasar();
|
||||
const mixin = useCounterMixin();
|
||||
const { messageError, dialogConfirm ,showLoader,hideLoader } = mixin;
|
||||
const { messageError, dialogConfirm, showLoader, hideLoader } = mixin;
|
||||
const profileImg = ref<string>("");
|
||||
const router = useRouter();
|
||||
const tab = ref<string>("information");
|
||||
|
|
@ -179,7 +179,7 @@ onMounted(async () => {
|
|||
</q-item>
|
||||
<q-item>
|
||||
<q-item-section class="text-grey-6">{{
|
||||
store.typeProfile == "OFFICER" ? "ประเภทตำแหน่ง" : "กลุ่มงาน"
|
||||
store.typeProfile == "OFFICER" ? "ตำแหน่งประเภท" : "กลุ่มงาน"
|
||||
}}</q-item-section>
|
||||
<q-item-section>{{
|
||||
formData.posTypeName ? formData.posTypeName : "-"
|
||||
|
|
@ -187,9 +187,7 @@ onMounted(async () => {
|
|||
</q-item>
|
||||
<q-item>
|
||||
<q-item-section class="text-grey-6">{{
|
||||
store.typeProfile == "OFFICER"
|
||||
? "ระดับตำแหน่ง"
|
||||
: "ระดับชั้นงาน"
|
||||
store.typeProfile == "OFFICER" ? "ระดับ" : "ระดับชั้นงาน"
|
||||
}}</q-item-section>
|
||||
<q-item-section>{{
|
||||
formData.posLevelName ? formData.posLevelName : "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue