first section complete

This commit is contained in:
Владислав Чикалкин 2020-09-03 17:40:46 +03:00
parent 876838e685
commit 278274b08b

View File

@ -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: {