Sfoglia il codice sorgente

判断结束时间不能大于开始时间

bianww 3 anni fa
parent
commit
094c6022b7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/pages/main/antiSpoofing/standingBook.vue

+ 1 - 1
src/pages/main/antiSpoofing/standingBook.vue

@@ -110,7 +110,7 @@
                     let end = this.$formatDate(v[1], "YYYY-MM");
                     if ((new Date(end)).getTime() < (new Date(begin)).getTime()){
                         this.$message.error(
-                            "开始时间不能大于结束时间!!"
+                            "开始时间不能大于结束时间"
                         );
                         return
                     }