|
|
@@ -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(){
|