feat: เพิ่ม i18n
This commit is contained in:
parent
bd9eeb4c8c
commit
085f77bf5c
3 changed files with 8 additions and 8 deletions
|
|
@ -30,4 +30,6 @@ export default {
|
||||||
registerDate: 'Register Date',
|
registerDate: 'Register Date',
|
||||||
authorizedCapital: 'Registered Capital',
|
authorizedCapital: 'Registered Capital',
|
||||||
registerName: 'RegisterName',
|
registerName: 'RegisterName',
|
||||||
|
|
||||||
|
customerBranchFormTab: 'Branch ',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -97,4 +97,6 @@ export default {
|
||||||
formDialogInputTrainingPlace: 'Training Place',
|
formDialogInputTrainingPlace: 'Training Place',
|
||||||
formDialogInputCheckpoint: 'Checkpoint',
|
formDialogInputCheckpoint: 'Checkpoint',
|
||||||
formDialogAttachment: 'Attachment Document',
|
formDialogAttachment: 'Attachment Document',
|
||||||
|
|
||||||
|
formDialogCustomerBranch: 'Branch Information',
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -306,22 +306,18 @@ function onClose() {
|
||||||
<template #address>
|
<template #address>
|
||||||
<!-- <FormCustomerBranch separator dense outlined /> -->
|
<!-- <FormCustomerBranch separator dense outlined /> -->
|
||||||
|
|
||||||
<div class="col-3 app-text-muted">• {{ $t('test') }}</div>
|
<div class="col-3 app-text-muted">
|
||||||
|
• {{ $t('formDialogCustomerBranch') }}
|
||||||
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="col-12 full-width row bordered-b bordered-l bordered-r rounded"
|
class="col-12 full-width row bordered-b bordered-l bordered-r rounded"
|
||||||
>
|
>
|
||||||
<TabComponent
|
<TabComponent
|
||||||
v-model:customer-branch="formData.customerBranch"
|
v-model:customer-branch="formData.customerBranch"
|
||||||
v-model:indexTab="indexTab"
|
v-model:tab-index="indexTab"
|
||||||
>
|
>
|
||||||
<template #address>
|
<template #address>
|
||||||
{{
|
|
||||||
indexTab && formData.customerBranch?.[indexTab] ? 'จริง' : 'ไม่'
|
|
||||||
}}
|
|
||||||
|
|
||||||
{{ indexTab }}
|
|
||||||
|
|
||||||
<FormAddress
|
<FormAddress
|
||||||
v-if="
|
v-if="
|
||||||
indexTab !== undefined && formData.customerBranch?.[indexTab]
|
indexTab !== undefined && formData.customerBranch?.[indexTab]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue