{SearchInputData.map((item, index) => {
return (
);
})}
this.Cascaders = node}
placeholder="订单部门"
id="id"
name="name"
children="list"
height={28}
onSel={(e) => {
this.setState({
deps: JSON.stringify(e)
})
}}
/>
{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 (
);
})}
);
}
}
export { SearchInput, PrimaryInput, PrimarySelect, PrimaryRangePicker };