zlisen 3 years ago
parent
commit
619ef30783

+ 1
- 1
src/pages/Live/LiveActivity/Edit/components/base.jsx View File

168
           })(
168
           })(
169
             <DatePicker
169
             <DatePicker
170
               placeholder="预计结束时间"
170
               placeholder="预计结束时间"
171
-              disabledDate={disabledDate}
171
+              // disabledDate={disabledDate}
172
               style={{ width: '500px' }}
172
               style={{ width: '500px' }}
173
               format="YYYY-MM-DD HH:mm:ss"
173
               format="YYYY-MM-DD HH:mm:ss"
174
               showTime={{ format: 'HH:mm:ss' }}
174
               showTime={{ format: 'HH:mm:ss' }}

+ 1
- 1
src/pages/Live/LiveActivity/add/index.jsx View File

143
           })(
143
           })(
144
             <DatePicker
144
             <DatePicker
145
               placeholder="预计结束时间"
145
               placeholder="预计结束时间"
146
-              disabledDate={disabledDate}
146
+              // disabledDate={disabledDate}
147
               style={{ width: '500px' }}
147
               style={{ width: '500px' }}
148
               format="YYYY-MM-DD HH:mm:ss"
148
               format="YYYY-MM-DD HH:mm:ss"
149
               showTime={{ format: 'HH:mm:ss' }}
149
               showTime={{ format: 'HH:mm:ss' }}