refactor: restructure
This commit is contained in:
parent
7a81991c79
commit
11ff03ec50
8 changed files with 16 additions and 9 deletions
|
|
@ -1,10 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
import FormAddress from 'src/components/02_personnel-management/FormAddress.vue';
|
||||
import FormBusiness from './FormBusiness.vue';
|
||||
import FormBusiness from './EmployerFormBusiness.vue';
|
||||
import FormContact from './EmployerFormContact.vue';
|
||||
import { CustomerCreate } from 'src/stores/customer/types';
|
||||
import { dateFormat, parseAndFormatDate } from 'src/utils/datetime';
|
||||
import FormContact from './FormContact.vue';
|
||||
import { EditButton } from 'src/components/button';
|
||||
import DeleteButton from 'src/components/button/DeleteButton.vue';
|
||||
import SaveButton from 'src/components/button/SaveButton.vue';
|
||||
5
src/pages/03_customer-management/components/index.ts
Normal file
5
src/pages/03_customer-management/components/index.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export { default as EmployerBranch } from './employer/EmployerBranch.vue';
|
||||
export { default as EmployerFormBasicInfo } from './employer/EmployerFormBasicInfo.vue';
|
||||
export { default as EmployerFormBranch } from './employer/EmployerFormBranch.vue';
|
||||
export { default as EmployerFormBusiness } from './employer/EmployerFormBusiness.vue';
|
||||
export { default as EmployerFormContact } from './employer/EmployerFormContact.vue';
|
||||
Loading…
Add table
Add a link
Reference in a new issue