refactor: edit value

This commit is contained in:
Net 2024-09-20 17:42:15 +07:00
parent 8520b04be3
commit 883f79cf66

View file

@ -42,22 +42,22 @@ export const uploadFileListCustomer: {
}, },
{ {
label: 'customer.typeFile.registrationBook', label: 'customer.typeFile.registrationBook',
value: 'registrationBook', value: 'house-registration',
}, },
{ {
label: 'customer.typeFile.houseMap', label: 'customer.typeFile.houseMap',
value: 'houseMap', value: 'vat-registration',
}, },
{ {
label: 'customer.typeFile.businessRegistration', label: 'customer.typeFile.businessRegistration',
value: 'businessRegistration', value: 'commercial-registration',
}, },
{ {
label: 'customer.typeFile.dbdCertificate', label: 'customer.typeFile.dbdCertificate',
value: 'dbdCertificate', value: 'power-of-attorney',
}, },
{ {
@ -102,7 +102,7 @@ export const uploadFileListEmployee: {
}, },
{ {
label: 'customerEmployee.fileType.tm6', label: 'customerEmployee.fileType.tm6',
value: 'other', value: 'tm6',
}, },
{ {
label: 'customerEmployee.fileType.workPermit', label: 'customerEmployee.fileType.workPermit',