Merge branch 'release_electronic_bid_evaluation_room' of http://gitlab.tianti.tg.unicom.local/eshop/fe_service_ebtp_frontend into release_electronic_bid_evaluation_room

This commit is contained in:
jl-zhoujl2
2022-11-22 15:49:59 +08:00

View File

@ -314,9 +314,9 @@ const AuthorizeModal: React.FC<AuthorizeModalProps> = (props) => {
rules={rule('权限开始时间')} rules={rule('权限开始时间')}
> >
<DatePicker <DatePicker
format="yyyy-MM-DD HH:mm" format="yyyy-MM-DD HH"
disabledDate={disabledDate} disabledDate={disabledDate}
showTime={{ defaultValue: moment('00', 'ss') }} showTime={{ defaultValue: moment('00:00', 'mm:ss') }}
showNow={false} showNow={false}
style={{ width: "90%" }} style={{ width: "90%" }}
/> />
@ -327,9 +327,9 @@ const AuthorizeModal: React.FC<AuthorizeModalProps> = (props) => {
rules={rule('权限结束时间')} rules={rule('权限结束时间')}
> >
<DatePicker <DatePicker
format="yyyy-MM-DD HH:mm" format="yyyy-MM-DD HH"
disabledDate={disabledDate} disabledDate={disabledDate}
showTime={{ defaultValue: moment('00', 'ss') }} showTime={{ defaultValue: moment('59:59', 'mm:ss') }}
showNow={false} showNow={false}
style={{ width: "90%" }} style={{ width: "90%" }}
/> />