king
2020-06-23 c519b4e51fe07bf13a2a7e44abd648b8dc0c083d
src/templates/sharecomponent/columncomponent/colspanform/index.jsx
@@ -96,7 +96,7 @@
          <Col span={12}>
            <Form.Item label={this.props.dict['header.form.type']}>
              {getFieldDecorator('type', {
                initialValue: this.props.dict['header.form.colspan'],
                initialValue: this.props.dict['model.form.colspan'],
                rules: [
                  {
                    required: true,