king
2020-11-12 f830c733cbc071f023c9a9a4e1571b7c81d672bf
src/menu/components/card/data-card/wrapsetting/settingform/index.jsx
@@ -172,7 +172,7 @@
                })(<InputNumber min={100} max={2000} precision={0} onPressEnter={this.handleSubmit} />)}
              </Form.Item>
            </Col> : null}
            <Col span={12}>
            {MenuType !== 'billPrint' ? <Col span={12}>
              <Form.Item label="黑名单">
                {getFieldDecorator('blacklist', {
                  initialValue: wrap.blacklist || []
@@ -188,7 +188,7 @@
                  </Select>
                )}
              </Form.Item>
            </Col>
            </Col> : null}
          </Row>
        </Form>
      </div>