king
2022-11-04 3c50bfdd8d605b3dd449adcb54cdf7f7c25d6c16
src/templates/sharecomponent/actioncomponent/verifyexcelout/datasource/index.jsx
@@ -231,17 +231,6 @@
                </Radio.Group>)}
              </Form.Item>
            </Col> : null}
            {/* {dataType === 'custom' ? <Col span={8}>
              <Form.Item label="事务">
                {getFieldDecorator('transaction', {
                  initialValue: setting.transaction || 'false'
                })(
                <Radio.Group>
                  <Radio value="true">使用</Radio>
                  <Radio value="false">不使用</Radio>
                </Radio.Group>)}
              </Form.Item>
            </Col> : null} */}
          </Row>
        </Form>
      </div>