linan 5 rokov pred
rodič
commit
80ece12ea3

+ 8 - 8
src/views/groupManagment/GroupRecord.vue

@@ -66,21 +66,21 @@ export default {
                 {
                     date: "2020-05-02",
                     name: "可用",
-                    id: '825',
+                    id: '853',
                     address: "6895564457554"
                 },
                 {
                     date: "2020-05-04",
                     name: "不可用",
-                    id: '826',
+                    id: '854',
                     address: "6895564456725"
                 },
-                {
-                    date: "2020-05-03",
-                    name: "可用",
-                    id: '830',
-                    address: "6895564457594"
-                }
+                // {
+                //     date: "2020-05-03",
+                //     name: "可用",
+                //     id: '830',
+                //     address: "6895564457594"
+                // }
             ]
         };
     },

+ 2 - 2
src/views/groupManagment/UnityTrace/UnityTrace.vue

@@ -178,8 +178,8 @@ export default {
 
                     // 暂时用,为了调整830的数据
                     let tt = 1
-                    if(this.mainInfo.id == 830) tt = 0.97
-                    if(this.mainInfo.id == 825)tt = 0.91
+                    if(this.mainInfo.id == 853) tt = 0.83
+                    if(this.mainInfo.id == 854) tt = 0.9
                     res.forEach((item, index) => {
                         dateArr.push(item.created)