king
2020-11-11 98ee5d4c76d2802c552851e46bd4bb43505b4416
src/menu/components/card/cardcomponent/settingform/index.jsx
@@ -6,6 +6,7 @@
class SettingForm extends Component {
  static propTpyes = {
    MenuType: PropTypes.any,     // 菜单类型
    dict: PropTypes.object,      // 字典项
    cards: PropTypes.object,     // 卡片集
    setting: PropTypes.object,   // 数据源配置
@@ -38,7 +39,7 @@
  }
  render() {
    const { setting, cards } = this.props
    const { setting, cards, MenuType } = this.props
    const { getFieldDecorator } = this.props.form
    const formItemLayout = {
@@ -74,7 +75,7 @@
                })(<InputNumber min={1} max={24} precision={0} onPressEnter={this.handleSubmit}/>)}
              </Form.Item>
            </Col>
            <Col span={12}>
            {MenuType !== 'billPrint' ? <Col span={12}>
              <Form.Item label={
                <Tooltip placement="topLeft" title="选择复式卡时,可配置鼠标悬浮时的显示信息。">
                  <Icon type="question-circle" />
@@ -90,8 +91,8 @@
                  </Radio.Group>
                )}
              </Form.Item>
            </Col>
            {this.state.type === 'multi' ? <Col span={12}>
            </Col> : null}
            {MenuType !== 'billPrint' && this.state.type === 'multi' ? <Col span={12}>
              <Form.Item label={
                <Tooltip placement="topLeft" title="复式卡片鼠标悬浮信息的动画效果。">
                  <Icon type="question-circle" />