From b53c2c3165c187003cb4cbd06623cf57a60e1bec Mon Sep 17 00:00:00 2001 From: oat_dev Date: Wed, 20 Mar 2024 17:10:14 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=97=E0=B8=B0=E0=B9=80=E0=B8=9A=E0=B8=B5?= =?UTF-8?q?=E0=B8=A2=E0=B8=99=E0=B8=9B=E0=B8=A3=E0=B8=B0=E0=B8=A7=E0=B8=B1?= =?UTF-8?q?=E0=B8=95=E0=B8=B4:=20API=20=E0=B9=82=E0=B8=9B=E0=B8=A3?= =?UTF-8?q?=E0=B9=84=E0=B8=9F=E0=B8=A5=E0=B9=8C=20(=E0=B9=80=E0=B8=9E?= =?UTF-8?q?=E0=B8=B4=E0=B9=88=E0=B8=A1=E0=B9=80=E0=B8=95=E0=B8=B4=E0=B8=A1?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/04_registryNew/views/detailView.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/modules/04_registryNew/views/detailView.vue b/src/modules/04_registryNew/views/detailView.vue index a5aff3266..07400ea0e 100644 --- a/src/modules/04_registryNew/views/detailView.vue +++ b/src/modules/04_registryNew/views/detailView.vue @@ -26,7 +26,7 @@ const { } = mixin; const profileId = ref(route.params.id.toString()); -const formDetail = ref(); +const formDetail = ref(); const itemsMenu = ref([ { id: "1", @@ -250,19 +250,19 @@ onMounted(async () => {
ตำแหน่งในสายงาน
-
หัวหน้าสำนักงาน
+
{{ formDetail?.position }}
ประเภทตำแหน่ง
-
บริหาร
+
{{ formDetail?.posType.posTypeName }}
ระดับตำแหน่ง
-
ชำนาญการพิเศษ
+
{{ formDetail?.posLevel.posLevelName }}