king
2021-08-01 55a1b8402fd258da084df9b8a3935eef8450247c
src/menu/components/form/wrapsetting/settingform/index.jsx
@@ -128,7 +128,7 @@
                )}
              </Form.Item>
            </Col>
            <Col span={12}>
            {config.subtype !== 'tabform' ? <Col span={12}>
              <Form.Item label={
                <Tooltip placement="topLeft" title="表单加载时的状态,当字段值与表单组的状态值一致时,启用对应的表单组。">
                  <Icon type="question-circle" />
@@ -146,7 +146,7 @@
                  </Select>
                )}
              </Form.Item>
            </Col>
            </Col> : null}
            <Col span={12}>
              <Form.Item label={
                <Tooltip placement="topLeft" title="加载时是否显示分组名称。">
@@ -164,7 +164,19 @@
                )}
              </Form.Item>
            </Col>
            <Col span={12}>
            {config.subtype === 'tabform' ? <Col span={12}>
              <Form.Item label="分组风格">
                {getFieldDecorator('tabtype', {
                  initialValue: wrap.tabtype || 'mktab'
                })(
                  <Radio.Group>
                    <Radio value="mktab">tab页</Radio>
                    <Radio value="mkbtn">按钮组</Radio>
                  </Radio.Group>
                )}
              </Form.Item>
            </Col> : null}
            {config.subtype !== 'tabform' ? <Col span={12}>
              <Form.Item label={
                <Tooltip placement="topLeft" title="完成后的颜色">
                  <Icon type="question-circle" />
@@ -177,7 +189,7 @@
                  <ColorSketch />
                )}
              </Form.Item>
            </Col>
            </Col> : null}
            <Col span={12}>
              <Form.Item label="黑名单">
                {getFieldDecorator('blacklist', {