소스 검색

03/15 12:08

优化第一次筛选
261568008@qq.com 5 년 전
부모
커밋
d1af6a43a8
5개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 0 0
      dist/css/ManageEvaluation.5875c229.css
  2. 0 0
      dist/index.html
  3. 0 0
      dist/js/ManageEvaluation.39107e03.js
  4. 0 0
      dist/js/app.96a64c51.js
  5. 6 0
      src/views/audition/ManageEvaluation.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/css/ManageEvaluation.5875c229.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/ManageEvaluation.39107e03.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/js/app.96a64c51.js


+ 6 - 0
src/views/audition/ManageEvaluation.vue

@@ -183,6 +183,12 @@ export default {
        this.search = JSON.parse(evaluationList);
         this.dateSection.showStartDate = this.timeFormat(
           new Date(this.search.startTime.replace(/-/g, '/'))
+    );
+    this.dateSection.currentDate = this.timeFormat(
+          new Date(this.search.startTime.replace(/-/g, '/'))
+    );
+    this.dateEndSection.currentDate = this.timeFormat(
+           new Date(this.search.endTime.replace(/-/g, '/'))
       
     );
          this.dateEndSection.showEndDate = this.timeFormat(

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.