shish 3 месяцев назад
Родитель
Сommit
493e307dfd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/components/module/dateSelect.vue

+ 1 - 1
ghsApp/src/components/module/dateSelect.vue

@@ -188,7 +188,7 @@ export default {
             }
 
             this.dropdownShow = false
-            this.defaultDateName = this.startDate == this.endDate ?  this.startDate.substring(5) : this.startDate.substring(5) + ' ~ ' + this.endDate.substring(5) 
+            this.defaultDateName = this.startDate == this.endDate ?  this.startDate.substring(5) : this.startDate.substring(5) + '/' + this.endDate.substring(5) 
             this.$emit('selectDateFn',{searchTime:'custom',startTime:this.startDate,endTime:this.endDate})
         },
         cancelPicker(){