From 72f0db3d395071fe44f5df7407ecc4bad36b3b9a Mon Sep 17 00:00:00 2001 From: waruneeta Date: Wed, 6 Mar 2024 15:53:09 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=9B=E0=B8=A3=E0=B8=B1=E0=B8=9A=E0=B8=82?= =?UTF-8?q?=E0=B8=99=E0=B8=B2=E0=B8=94=20tab=20=E0=B8=94=E0=B9=89=E0=B8=B2?= =?UTF-8?q?=E0=B8=99=E0=B8=8B=E0=B9=89=E0=B8=B2=E0=B8=A2=E0=B8=82=E0=B8=AD?= =?UTF-8?q?=E0=B8=87=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B9=88=E0=B8=AD=E0=B8=99?= =?UTF-8?q?=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80=E0=B8=94=E0=B8=B7?= =?UTF-8?q?=E0=B8=AD=E0=B8=99=20=E0=B8=82=E0=B8=A3=E0=B8=81.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/13_salary/components/SalaryLists/TabMain.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/13_salary/components/SalaryLists/TabMain.vue b/src/modules/13_salary/components/SalaryLists/TabMain.vue index 8d845e133..9125ded00 100644 --- a/src/modules/13_salary/components/SalaryLists/TabMain.vue +++ b/src/modules/13_salary/components/SalaryLists/TabMain.vue @@ -249,6 +249,7 @@ function changeTabGroup() { store.fetchPeriodLatest(props?.periodLatest, store.tabGroup); store.groupId && fetchDataQuota(store.groupId); store.groupId && fetchDataPeriod(store.groupId); + splitterModel.value = store.roundMainCode === "APR" ? 13 : 16; } /**function เปลี่ยนขั้น*/ @@ -286,6 +287,7 @@ const modalDialogInfoCriteria = ref(false); onMounted(async () => { await fetchDataQuota(store.groupId); await fetchDataPeriod(store.groupId); + splitterModel.value = store.roundMainCode === "APR" ? 13 : 16; }); @@ -404,8 +406,6 @@ onMounted(async () => { ? index === 1 ? 'border-bottom: 1px solid #c8d3db;' : '' - : index === 0 - ? 'border-bottom: 1px solid #c8d3db;' : '' " >