Browse Source

adm:feat> 修改字段

onlyh 4 years ago
parent
commit
5bcce17177
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/views/ledger/report/index.vue

+ 4 - 4
src/views/ledger/report/index.vue

@@ -386,7 +386,7 @@ export default {
             text: this.toPercent(i.gatherDynamicInfoPointCounts / i.gatherInfoPointCounts),
             val: this.dynamic
           })
-    
+
           // this.$set(this.deviceMessageData, 2, {
           //   contentValueO: '总数:',
           //   contentValueT: '自定义:',
@@ -496,10 +496,10 @@ export default {
         })
       })
 
-      // 现场验证状态占比
+      // 现场验证状态占比 taskState = 1 待验证
       let par = {
         projectId: this.projectId,
-        filters: "taskState = 0 or taskState = 1"
+        filters: "taskState = 0 or taskState = -1"
       }
       let promise2 = new Promise(resolve => {
         countEquip(par, res => {
@@ -770,7 +770,7 @@ export default {
           needCountT: this.shaftCount - res1.count,
           text: text
         })
-        console.log(this.shaft,'88888888888');
+        console.log(this.shaft, '88888888888');
       })
     }
   },