shish 3 달 전
부모
커밋
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(){