move elements section 3

This commit is contained in:
Chika 2020-09-08 15:28:12 +03:00
parent d9a6cbaaf2
commit 8cbb35e831

View File

@ -582,6 +582,11 @@ export default [
showSearch: true,
},
},
],
},
{
elements: [
// TODO 3 Rows
{
title: 'Марка',
Component: Select,
@ -608,7 +613,17 @@ export default [
valueName: 'configuration',
showSearch: true,
},
}, // TODO: Convert to Text
},
],
layout: { newLine: true },
},
],
},
{
blocks: [
{
elements: [
// TODO: Convert to Text
{
title: 'Риск ПЛ',
Component: Label,
@ -671,7 +686,10 @@ export default [
showSearch: false,
},
},
],
},
{
elements: [
{
title: 'Срок поставки',
Component: Radio,
@ -723,6 +741,10 @@ export default [
valueName: 'engineVolume',
},
},
],
},
{
elements: [
{
title: 'Разрешенная макс.масса(кг)',
Component: InputNumber,