diff --git a/src/modules/09_leave/components/1_Work/TableList.vue b/src/modules/09_leave/components/1_Work/TableList.vue index 68475c715..301f32a22 100644 --- a/src/modules/09_leave/components/1_Work/TableList.vue +++ b/src/modules/09_leave/components/1_Work/TableList.vue @@ -6,7 +6,7 @@ import { useCounterMixin } from "@/stores/mixin"; import { useWorklistDataStore } from "@/modules/09_leave/stores/WorkStore"; //importComponents -import DialogDetail from "./DialogDetail.vue"; +import DialogDetail from "@/modules/09_leave/components/1_Work/DialogDetail.vue"; const mixin = useCounterMixin(); const workStore = useWorklistDataStore(); @@ -102,7 +102,6 @@ function colseDeyail() { modal.value = false; } - //pagination const pagination = ref({ descending: true, @@ -284,18 +283,6 @@ const paginationLabel = (start: string, end: string, total: string) => { - diff --git a/src/modules/09_leave/components/2_Leave/TableList.vue b/src/modules/09_leave/components/2_Leave/TableList.vue index 8dcdfdf5d..5cc33d2e7 100644 --- a/src/modules/09_leave/components/2_Leave/TableList.vue +++ b/src/modules/09_leave/components/2_Leave/TableList.vue @@ -215,18 +215,6 @@ const paginationLabel = (start: string, end: string, total: string) => { - diff --git a/src/modules/09_leave/views/LeaveListMain.vue b/src/modules/09_leave/views/LeaveListMain.vue index aa5a93aed..e0be0bfc7 100644 --- a/src/modules/09_leave/views/LeaveListMain.vue +++ b/src/modules/09_leave/views/LeaveListMain.vue @@ -1,9 +1,9 @@