fix:[卡密有效期]-》【卡密有效期至】

This commit is contained in:
Apple 2022-11-22 10:52:17 +08:00
parent f53b9a7480
commit eb26eecfeb
1 changed files with 1 additions and 1 deletions

View File

@ -671,7 +671,7 @@ const UseProductPop = forwardRef((props, ref) => {
</FormItem> </FormItem>
{model.product_type === 2 ? ( {model.product_type === 2 ? (
<FormItem id="end_time" labelname="卡密有效期" prop="end_time"> <FormItem id="end_time" labelname="卡密有效期" prop="end_time">
<DatePicker <DatePicker
className="zent-datepicker-plan" className="zent-datepicker-plan"
showTime={{ defaultTime: "23:59:59" }} showTime={{ defaultTime: "23:59:59" }}