refactor: edit value
This commit is contained in:
parent
8520b04be3
commit
883f79cf66
1 changed files with 5 additions and 5 deletions
|
|
@ -42,22 +42,22 @@ export const uploadFileListCustomer: {
|
|||
},
|
||||
{
|
||||
label: 'customer.typeFile.registrationBook',
|
||||
value: 'registrationBook',
|
||||
value: 'house-registration',
|
||||
},
|
||||
|
||||
{
|
||||
label: 'customer.typeFile.houseMap',
|
||||
value: 'houseMap',
|
||||
value: 'vat-registration',
|
||||
},
|
||||
|
||||
{
|
||||
label: 'customer.typeFile.businessRegistration',
|
||||
value: 'businessRegistration',
|
||||
value: 'commercial-registration',
|
||||
},
|
||||
|
||||
{
|
||||
label: 'customer.typeFile.dbdCertificate',
|
||||
value: 'dbdCertificate',
|
||||
value: 'power-of-attorney',
|
||||
},
|
||||
|
||||
{
|
||||
|
|
@ -102,7 +102,7 @@ export const uploadFileListEmployee: {
|
|||
},
|
||||
{
|
||||
label: 'customerEmployee.fileType.tm6',
|
||||
value: 'other',
|
||||
value: 'tm6',
|
||||
},
|
||||
{
|
||||
label: 'customerEmployee.fileType.workPermit',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue