src/menu/datasource/verifycard/settingform/index.jsx
@@ -474,6 +474,17 @@ )} </Form.Item> </Col> : null} <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> {config.type !== 'navbar' && config.type !== 'balcony' ? <Col span={8}> <Form.Item label="初始化数据"> {getFieldDecorator('onload', {