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;
|
separator?: boolean;
|
||||||
}>();
|
}>();
|
||||||
|
|
||||||
const additionalEmployerDocument = defineModel<File | null>(
|
const fileEmployerDocument = defineModel<File | null>('fileEmployerDocument');
|
||||||
'additionalEmployerDocument',
|
|
||||||
);
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
@ -27,7 +25,7 @@ const additionalEmployerDocument = defineModel<File | null>(
|
||||||
append
|
append
|
||||||
:label="$t('additionalEmployerDocument')"
|
:label="$t('additionalEmployerDocument')"
|
||||||
class="col-6"
|
class="col-6"
|
||||||
v-model="additionalEmployerDocument"
|
v-model="fileEmployerDocument"
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<Icon
|
<Icon
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue