quanwei
18 hours ago c441dea81bd86bdfb12dff35821fed51f4cc91c2
supplier_vue/src/views/plus/bargain/active/part/Datetime.vue
@@ -1,8 +1,8 @@
<template>
  <!--
         作者:luoyiming
         时间:2020-06-25
         描述:插件中心-砍价-活动列表-编辑砍价活动-时间设置
         时间:2020-06-25
         描述:插件中心-砍价-活动列表-编辑砍价活动-时间设置
      -->
  <div>
    <div class="common-form">活动时间</div>
@@ -47,7 +47,7 @@
export default {
  data() {
    return {
      /*如果没有后面的-8.64e7就是不可以选择今天的*/
      /*如果没有后面的8.64e7就是不可以选择今天*/
      pickerOptions: {
        disabledDate(time) {
          return time.getTime() < Date.now() - 8.64e7;