This commit is contained in:
Warunee Tamkoo 2024-12-25 01:59:24 +07:00
parent 588adeae8b
commit 2b3683a80a
2 changed files with 1 additions and 7 deletions

View file

@ -887,9 +887,3 @@ onMounted(async () => {
:savaForm="clickSave"
/>
</template>
<style lang="scss" scoped>
.font-size {
font-size: 1.2rem;
}
</style>

View file

@ -1,7 +1,7 @@
const workMain = () => import("@/modules/09_leave/views/02_WorkingMain.vue");
const leaveMain = () => import("@/modules/09_leave/views/05_LeaveListMain.vue");
const leaveDetail = () =>
import("@/modules/09_leave/components/05_Leave/DetailLeave.vue");
import("@/modules/09_leave/components/05_Leave/DetailLeavePage.vue");
const leaveDetailReject = () =>
import("@/modules/09_leave/components/05_Leave/DetailLeaveReject.vue");
const RoundMain = () => import("@/modules/09_leave/views/01_RoundMain.vue");