Form/Insurance: change elements order
This commit is contained in:
parent
d8c3bcdd17
commit
decabd6157
@ -6,11 +6,9 @@ export const title = 'Страхование';
|
||||
|
||||
export const rows: FormTabRows = [
|
||||
[['tbxLeaseObjectYear', 'selectLeaseObjectUseFor', 'selectLegalClientRegion']],
|
||||
[['selectEngineType', 'tbxInsFranchise', 'selectLegalClientTown']],
|
||||
[['selectLeaseObjectCategory', 'tbxMileage']],
|
||||
[['tbxLeaseObjectMotorPower', 'cbxWithTrailer', 'selectGPSBrand']],
|
||||
[['tbxEngineVolume', 'cbxInsDecentral', 'selectGPSModel']],
|
||||
[['selectLeasingWithoutKasko', 'selectInsNSIB']],
|
||||
[['tbxMileage', 'tbxInsFranchise', 'selectLegalClientTown']],
|
||||
[['selectGPSBrand', 'cbxWithTrailer', 'selectInsNSIB']],
|
||||
[['selectGPSModel', 'cbxInsDecentral', 'selectLeasingWithoutKasko']],
|
||||
];
|
||||
|
||||
export const mobileRows = transformRowsForMobile(rows);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user