From 5c1ad93baad6535b4172577ec19fc10448a39a2e Mon Sep 17 00:00:00 2001 From: AnandaTon Date: Tue, 16 Jul 2024 11:16:14 +0700 Subject: [PATCH 1/2] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B9=84?= =?UTF-8?q?=E0=B8=82=20path=20manual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.config.ts b/src/app.config.ts index c094e6d..d25db11 100644 --- a/src/app.config.ts +++ b/src/app.config.ts @@ -56,7 +56,7 @@ const generatePopupPath = (routeName: any) => { if (routeName.includes("scholarship")) { return `${path}/manual/chapter-10-user-scholarship`; } - if (routeName.includes("retire")) { + if (routeName.includes("Retire")) { return `${path}/manual/chapter-11-user-retire`; } else { return manualConfig[routeName as keyof typeof manualConfig]; From 6f974ec7e50a04d567807663b244b1a152ecb3b7 Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 17 Jul 2024 11:41:45 +0700 Subject: [PATCH 2/2] hide click probation of KPI --- src/modules/11_probation/views/mainDetail.vue | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/modules/11_probation/views/mainDetail.vue b/src/modules/11_probation/views/mainDetail.vue index 7b8c5aa..8ebd9e7 100644 --- a/src/modules/11_probation/views/mainDetail.vue +++ b/src/modules/11_probation/views/mainDetail.vue @@ -30,7 +30,7 @@ const mode = ref($q.screen.gt.xs); const profileImg = ref(""); const router = useRouter(); const route = useRoute(); -const idEva = ref(route.params.id as string) +const idEva = ref(route.params.id as string); const formData = reactive({ prefix: "", firstName: "", @@ -115,7 +115,7 @@ function onMobile(type: string) { function getMain() { showLoader(); http - .get(config.API.orgPosition+`/${idEva.value}`) + .get(config.API.orgPosition + `/${idEva.value}`) .then(async (res) => { const data = res.data.result; formData.prefix = data.prefix; @@ -185,8 +185,7 @@ onMounted(async () => { flat color="primary" class="q-mr-sm" - @click="router.go(-1) - " + @click="router.go(-1)" /> รายละเอียดงานที่ได้รับมอบหมาย @@ -366,12 +365,8 @@ onMounted(async () => {