Quellcode durchsuchen

03/15 12:08

优化第一次筛选
261568008@qq.com vor 5 Jahren
Ursprung
Commit
d1af6a43a8

Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/css/ManageEvaluation.5875c229.css


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/index.html


Datei-Diff unterdrückt, da er zu groß ist
+ 0 - 0
dist/js/ManageEvaluation.39107e03.js


Datei-Diff unterdrückt, da er zu groß ist
+ 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(

Einige Dateien werden nicht angezeigt, da zu viele Dateien in diesem Diff geändert wurden.