diff --git a/src/client/Containers/Calculation/Sections/list.js b/src/client/Containers/Calculation/Sections/list.js index d8ff89c..723951b 100644 --- a/src/client/Containers/Calculation/Sections/list.js +++ b/src/client/Containers/Calculation/Sections/list.js @@ -24,6 +24,13 @@ export default [ showSearch: true, }, }, + + /** */ + { + divider: { empty: true }, + }, + /** */ + { title: 'Выбор Предложения', Component: Select, @@ -33,6 +40,25 @@ export default [ showSearch: true, }, }, + + /** */ + { + divider: { empty: true }, + }, + /** */ + + { + title: 'Пересчет без пересмотра', + Component: Switch, + props: { + name: 'cbxRecalcWthtRevision', + valueName: 'recalcWthtRevision', + }, + layout: { + size: 'min', + flexDirection: 'row', + }, + }, // { // title: 'Выбор шаблона', // Component: Select, @@ -252,25 +278,6 @@ export default [ }, /** */ - { - title: 'Пересчет без пересмотра', - Component: Switch, - props: { - name: 'cbxRecalcWthtRevision', - valueName: 'recalcWthtRevision', - }, - layout: { - size: 'min', - flexDirection: 'row', - }, - }, - - /** */ - { - divider: { empty: true }, - }, - /** */ - { Component: Button, props: {