File was renamed from src/menu/components/table/normal-table/columns/markcolumn/markform/index.jsx |
| | |
| | | <Select> |
| | | <Select.Option value="="> = </Select.Option> |
| | | <Select.Option value="!="> != </Select.Option> |
| | | <Select.Option value=">"> > </Select.Option> |
| | | <Select.Option value=">"> > </Select.Option> |
| | | <Select.Option value="<"> < </Select.Option> |
| | | <Select.Option value="like"> like </Select.Option> |
| | | </Select> |
| | |
| | | )} |
| | | </Form.Item> |
| | | </Col> |
| | | <Col span={6}> |
| | | {signs.length ? <Col span={6}> |
| | | <Form.Item label="标记方式"> |
| | | {getFieldDecorator('signType', { |
| | | initialValue: [], |
| | |
| | | <Cascader options={signs} placeholder=""/> |
| | | )} |
| | | </Form.Item> |
| | | </Col> |
| | | <Col span={18} style={{textAlign: 'right', marginBottom: 10}}> |
| | | </Col> : null} |
| | | <Col span={signs.length ? 18 : 24} style={{textAlign: 'right'}}> |
| | | <Button onClick={this.handleConfirm} type="primary" className="mk-green"> |
| | | 添加 |
| | | </Button> |