ปรับขนาด tab ด้านซ้ายของเลื่อนเงินเดือน ขรก.
This commit is contained in:
parent
6495714aa1
commit
72f0db3d39
1 changed files with 2 additions and 2 deletions
|
|
@ -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<boolean>(false);
|
|||
onMounted(async () => {
|
||||
await fetchDataQuota(store.groupId);
|
||||
await fetchDataPeriod(store.groupId);
|
||||
splitterModel.value = store.roundMainCode === "APR" ? 13 : 16;
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
@ -404,8 +406,6 @@ onMounted(async () => {
|
|||
? index === 1
|
||||
? 'border-bottom: 1px solid #c8d3db;'
|
||||
: ''
|
||||
: index === 0
|
||||
? 'border-bottom: 1px solid #c8d3db;'
|
||||
: ''
|
||||
"
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue