first section complete
This commit is contained in:
parent
876838e685
commit
278274b08b
@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user