{SearchInputData.map((item, index) => {
          return (
            
          );
        })}
        {SearchSelectData.map((item, index) => {
          if(this.props.isYxy) {
            if(item.placeholder == "审核状态") {
              item.content.splice(item.content.length -1, 1)
            }
          }
          return (
            
          );
        })}
        {SearchRangePickerData.map((item, index) => {
          return (
            
          );
        })}