king
2020-08-17 ed818fbca1a913065a6a3c2c767714efe5b18685
src/templates/sharecomponent/datasourcecomponent/verifycard/settingform/index.jsx
@@ -1,6 +1,6 @@
import React, {Component} from 'react'
import PropTypes from 'prop-types'
import { Form, Row, Col, Input, Radio, Select, Tooltip, Icon, notification } from 'antd'
import { Form, Row, Col, Input, Radio, Tooltip, Icon, notification } from 'antd'
import moment from 'moment'
import Api from '@/api'
@@ -121,7 +121,7 @@
  }
  render() {
    const { columns, setting } = this.props
    const { setting } = this.props
    const { getFieldDecorator } = this.props.form
    const { interType } = this.state
@@ -231,7 +231,7 @@
                </Radio.Group>)}
              </Form.Item>
            </Col> : null}
            <Col span={8}>
            {/* <Col span={8}>
              <Form.Item label="主键">
                {getFieldDecorator('primaryKey', {
                  initialValue: setting.primaryKey || ''
@@ -245,7 +245,7 @@
                  </Select>
                )}
              </Form.Item>
            </Col>
            </Col> */}
            {interType === 'inner' ? <Col span={8}>
              <Form.Item label="默认sql">
                {getFieldDecorator('execute', {