Parcourir la source

03/15 12:08

优化第一次筛选
261568008@qq.com il y a 5 ans
Parent
commit
d1af6a43a8

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/css/ManageEvaluation.5875c229.css


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/index.html


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/js/ManageEvaluation.39107e03.js


Fichier diff supprimé car celui-ci est trop grand
+ 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(

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff