diff --git a/src/components/03_customer-management/OtherInformation.vue b/src/components/03_customer-management/OtherInformation.vue new file mode 100644 index 00000000..8acf8111 --- /dev/null +++ b/src/components/03_customer-management/OtherInformation.vue @@ -0,0 +1,50 @@ + + + + + diff --git a/src/i18n/en-US/other-document.ts b/src/i18n/en-US/other-document.ts new file mode 100644 index 00000000..55acbe1d --- /dev/null +++ b/src/i18n/en-US/other-document.ts @@ -0,0 +1,4 @@ +export default { + otherDocument: 'Other Document', + additionalEmployerDocument: 'Additional Employer Documents', +}; diff --git a/src/i18n/th-th/other-document.ts b/src/i18n/th-th/other-document.ts new file mode 100644 index 00000000..611a4ad1 --- /dev/null +++ b/src/i18n/th-th/other-document.ts @@ -0,0 +1,4 @@ +export default { + otherDocument: 'เอกสารอื่นๆ', + additionalEmployerDocument: 'เอกสารนายจ้างเพิ่มเติม', +};