ปรับขนาด tab ด้านซ้ายของเลื่อนเงินเดือน ขรก.

This commit is contained in:
Warunee Tamkoo 2024-03-06 15:53:09 +07:00
parent 6495714aa1
commit 72f0db3d39

View file

@ -249,6 +249,7 @@ function changeTabGroup() {
store.fetchPeriodLatest(props?.periodLatest, store.tabGroup); store.fetchPeriodLatest(props?.periodLatest, store.tabGroup);
store.groupId && fetchDataQuota(store.groupId); store.groupId && fetchDataQuota(store.groupId);
store.groupId && fetchDataPeriod(store.groupId); store.groupId && fetchDataPeriod(store.groupId);
splitterModel.value = store.roundMainCode === "APR" ? 13 : 16;
} }
/**function เปลี่ยนขั้น*/ /**function เปลี่ยนขั้น*/
@ -286,6 +287,7 @@ const modalDialogInfoCriteria = ref<boolean>(false);
onMounted(async () => { onMounted(async () => {
await fetchDataQuota(store.groupId); await fetchDataQuota(store.groupId);
await fetchDataPeriod(store.groupId); await fetchDataPeriod(store.groupId);
splitterModel.value = store.roundMainCode === "APR" ? 13 : 16;
}); });
</script> </script>
@ -404,8 +406,6 @@ onMounted(async () => {
? index === 1 ? index === 1
? 'border-bottom: 1px solid #c8d3db;' ? 'border-bottom: 1px solid #c8d3db;'
: '' : ''
: index === 0
? 'border-bottom: 1px solid #c8d3db;'
: '' : ''
" "
> >