美文网首页
2020-07-07

2020-07-07

作者: 月落乌啼霜满天_1f0f | 来源:发表于2020-07-07 15:35 被阅读0次

antd vue 只能选择某段时间 SignEndDateDisabled(startValue) {
return startValue.isBefore(this.checkData.start) || startValue.isAfter(this.checkData.sign);

        }



                        <a-date-picker class="width100" @change="groupKeyChange($event,index,'SignEndDate')"
                                       :disabledDate="SignEndDateDisabled"
                                       v-decorator="['SignEndDate&'+index,{initialValue: info.SignEndDate,
                         rules: [{required: true,message:'请选择报名截止时间'}] }]"
                                       placeholder="请选择报名截止时间"/>

相关文章

网友评论

      本文标题:2020-07-07

      本文链接:https://www.haomeiwen.com/subject/gaoaqktx.html