king
2022-02-14 2504ff3e6e7143d3afba45527ef00b173376f7f8
src/templates/sharecomponent/columncomponent/gridbtnform/index.jsx
@@ -21,7 +21,7 @@
        required: true
      },
      {
        type: 'select',
        type: 'radio',
        key: 'Align',
        label: this.props.dict['model.form.align'],
        initVal: this.props.card.Align,
@@ -44,6 +44,20 @@
        label: this.props.dict['model.form.columnWidth'],
        initVal: this.props.card.Width,
        required: true
      },
      {
        type: 'radio',
        key: 'position',
        label: '显示位置',
        initVal: this.props.card.position || 'right',
        required: true,
        options: [{
          MenuID: 'right',
          text: '右侧'
        }, {
          MenuID: 'left',
          text: '左侧'
        }]
      }
    ]
  }