element 日期 控件选择当前时间之前的时间



:picker-options="pickerOptions0"

在data 里加

pickerOptions0: {
        disabledDate(time) {
          return time.getTime() > Date.now();
        }
      },

你可能感兴趣的:(element 日期 控件选择当前时间之前的时间)