|
|
|
|
@ -259,7 +259,7 @@ function getFields(props) {
|
|
|
|
|
item(
|
|
|
|
|
"dates", //时间日期
|
|
|
|
|
99,
|
|
|
|
|
<Form.Item noStyle1 label={t("group:ArrivalDate")} >
|
|
|
|
|
<Form.Item label={t("group:ArrivalDate")} {...fieldProps.dates} >
|
|
|
|
|
<>
|
|
|
|
|
<Form.Item noStyle name={"dates"} label={t("group:ArrivalDate")} {...fieldProps.dates} initialValue={at(props, "initialValue.dates")[0]}>
|
|
|
|
|
<RangePicker key='date1' allowClear={true} inputReadOnly={true} presets={presets} placeholder={["From", "Thru"]} {...fieldComProps.dates} />
|
|
|
|
|
|