fix(01): remove drawer info header code
This commit is contained in:
parent
c241d70c3c
commit
71a7abc93b
3 changed files with 3 additions and 22 deletions
|
|
@ -1,6 +1,4 @@
|
|||
<script lang="ts" setup>
|
||||
import FormAddress from './FormAddress.vue';
|
||||
|
||||
defineProps<{
|
||||
readonly?: boolean;
|
||||
titleFormAddress?: string;
|
||||
|
|
@ -12,15 +10,6 @@ defineProps<{
|
|||
employee?: boolean;
|
||||
tabsList?: { name: string; label: string }[];
|
||||
}>();
|
||||
|
||||
const address = defineModel('address', { default: '' });
|
||||
const addressEN = defineModel('addressEN', { default: '' });
|
||||
const provinceId = defineModel<string | null | undefined>('provinceId');
|
||||
const districtId = defineModel<string | null | undefined>('districtId');
|
||||
const subDistrictId = defineModel<string | null | undefined>('subDistrictId');
|
||||
const zipCode = defineModel<string>('zipCode', { default: '' });
|
||||
|
||||
const sameWithEmployer = defineModel<boolean>('sameWithEmployer');
|
||||
const employeeTab = defineModel<string>('employeeTab');
|
||||
</script>
|
||||
<template>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue