|
@@ -47,8 +47,8 @@
|
|
|
import detailFrame from '@frame/layout/admin/detail-frame';
|
|
|
import calendar from '@frame/components/calendar';
|
|
|
import dataTable from '@frame/components/data-table';
|
|
|
-import vacationForm from './detail/vacation';
|
|
|
-import event from './detail/event';
|
|
|
+import vacationForm from './parts/vacation';
|
|
|
+import event from './parts/event';
|
|
|
import _ from 'lodash';
|
|
|
import { createNamespacedHelpers } from 'vuex';
|
|
|
const { mapActions } = createNamespacedHelpers('plan');
|