fix: แก้ส่ง i18n เข้าไปแทน
This commit is contained in:
parent
04d450f0f4
commit
75f1e8a069
1 changed files with 5 additions and 1 deletions
|
|
@ -178,7 +178,11 @@ function openDialogInputForm() {
|
|||
</template>
|
||||
</FormDialog>
|
||||
|
||||
<FormDialog v-model:modal="dialogInputForm" :title="`test`">
|
||||
<FormDialog
|
||||
v-model:modal="dialogInputForm"
|
||||
:title="`เพิ่มนายจ้าง`"
|
||||
:customer-label="customerType"
|
||||
>
|
||||
<template #prepend>
|
||||
<ProfileUpload
|
||||
v-model:url-profile="profileUrl"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue