fix: แก้ชื่อ
This commit is contained in:
parent
1a8a4aa2e3
commit
e19c143139
1 changed files with 2 additions and 4 deletions
|
|
@ -8,9 +8,7 @@ defineProps<{
|
|||
separator?: boolean;
|
||||
}>();
|
||||
|
||||
const additionalEmployerDocument = defineModel<File | null>(
|
||||
'additionalEmployerDocument',
|
||||
);
|
||||
const fileEmployerDocument = defineModel<File | null>('fileEmployerDocument');
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
|
@ -27,7 +25,7 @@ const additionalEmployerDocument = defineModel<File | null>(
|
|||
append
|
||||
:label="$t('additionalEmployerDocument')"
|
||||
class="col-6"
|
||||
v-model="additionalEmployerDocument"
|
||||
v-model="fileEmployerDocument"
|
||||
>
|
||||
<template v-slot:prepend>
|
||||
<Icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue