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>