import * as React from 'react' import { Input } from 'antd' import { FormComponentProps } from 'antd/lib/form' import './index.scss' type P = FormComponentProps & { onChange?(e: any): void field: string } type S = {} // 价格区间 class RangePrice extends React.Component
{
setStartPrice = (e: React.ChangeEvent