|
|
|
@ -171,8 +171,8 @@ export default class SearchList extends Component { |
|
|
|
</FormItem> |
|
|
|
</Col> |
|
|
|
<Col xl={8} lg={10} md={12} sm={24} xs={24}> |
|
|
|
{getFieldDecorator('rate', {})( |
|
|
|
<FormItem |
|
|
|
{...formItemLayout} |
|
|
|
label="好评度" |
|
|
|
> |
|
|
|
{getFieldDecorator('rate', {})( |
|
|
|
@ -185,7 +185,6 @@ export default class SearchList extends Component { |
|
|
|
</Select> |
|
|
|
)} |
|
|
|
</FormItem> |
|
|
|
)} |
|
|
|
</Col> |
|
|
|
</Row> |
|
|
|
</StandardFormRow> |
|
|
|
|