refactor: move form address to shared component
This commit is contained in:
parent
0a5e6c48ea
commit
93f75d813b
6 changed files with 548 additions and 11 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<script setup lang="ts">
|
||||
// import AppBox from 'components/app/AppBox.vue';
|
||||
import FormAddress from './02_personnel-management/FormAddress.vue';
|
||||
import { AddressForm } from 'components/form';
|
||||
|
||||
withDefaults(
|
||||
defineProps<{
|
||||
|
|
@ -222,7 +222,7 @@ const currentTab = defineModel<string>('currentTab');
|
|||
<slot name="information"></slot>
|
||||
<slot name="person"></slot>
|
||||
<slot v-if="!noFooter" name="address">
|
||||
<FormAddress
|
||||
<AddressForm
|
||||
dense
|
||||
outlined
|
||||
prefix-id="default"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue