king
2020-11-16 3ca91a731665962918a026f521c556f4745ebf35
src/templates/sharecomponent/settingcomponent/settingform/datasource/index.jsx
@@ -412,6 +412,17 @@
                </Radio.Group>)}
              </Form.Item>
            </Col> : null}
            <Col span={12}>
              <Form.Item label="边框">
                {getFieldDecorator('bordered', {
                  initialValue: setting.bordered || 'true'
                })(
                <Radio.Group>
                  <Radio value="true">有</Radio>
                  <Radio value="false">无</Radio>
                </Radio.Group>)}
              </Form.Item>
            </Col>
          </Row>
        </Form>
      </div>