feat: ทำ form input
This commit is contained in:
parent
7c530c1149
commit
1885c4ceb1
7 changed files with 284 additions and 7 deletions
|
|
@ -1,4 +1,8 @@
|
|||
export default {
|
||||
formDialogTitleLocation: 'Head Office Location',
|
||||
formDialogTitleInformation: 'Basic Information',
|
||||
formDialogTitleContact: 'Contact Information',
|
||||
|
||||
formDialogInputCode: 'Head Office Code',
|
||||
formDialogInputTaxNo: 'Tax Identification Number',
|
||||
formDialogInputTaxNoValidate: 'Please enter the Tax Identification Number',
|
||||
|
|
@ -21,9 +25,15 @@ export default {
|
|||
formDialogInputTelephoneHq: 'Head Office Telephone Number',
|
||||
formDialogInputEmailHq: 'Head Office Contact Email',
|
||||
|
||||
formDialogInputContactName: 'Contact',
|
||||
|
||||
formDialogInputOperatingHours: 'Operating Hours',
|
||||
|
||||
formDialogInputAddressValidate: 'Please enter the address',
|
||||
formDialogInputProvinceValidate: 'Please enter the province',
|
||||
|
||||
formDialogInputDistrictValidate: 'Please enter the district',
|
||||
formDialogInputSubDistrictValidate: 'Please enter the sub-district',
|
||||
|
||||
formDialogBtnLocation: 'Start sharing location',
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue