king
2021-05-20 5d48f8215284ca8de312f1c85f78e07215a0faf1
src/menu/components/form/normal-form/groupform/index.jsx
@@ -55,7 +55,7 @@
  render() {
    const { group, dict } = this.props
    const { getFieldDecorator } = this.props.form
    const { fields } = this.state
    const { fields, appType } = this.state
    const formItemLayout = {
      labelCol: {
@@ -123,7 +123,7 @@
              )}
            </Form.Item>
          </Col>
          <Col span={12}>
          {appType !== 'mob' ? <Col span={12}>
            <Form.Item label="表单排列">
              {getFieldDecorator('align', {
                initialValue: group.setting.align || 'left_right'
@@ -134,7 +134,7 @@
                </Radio.Group>
              )}
            </Form.Item>
          </Col>
          </Col> : null}
        </Row>
      </Form>
    )