فهرست منبع

控制评价模块完成

Koishi 2 سال پیش
والد
کامیت
078bb9b080
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/components/search/action.vue

+ 2 - 2
src/components/search/action.vue

@@ -180,7 +180,7 @@
           <el-empty
             class="empSvg"
             :image-size="100"
-            description="暂无控制控制评分"
+            description="暂无控制评分"
           />
         </div>
       </el-card>
@@ -326,7 +326,7 @@ export default {
     },
     opened() {
       let date = new Date();
-      this.timeValue[0] = date.getTime() - 28800000 * 300;
+      this.timeValue[0] = date.getTime() - 28800000;
       this.timeValue[1] = date.getTime() + 3600000;
       this.dataDeal();
       this.getControlRecord();