Browse Source

bug修改

wangfei 6 years ago
parent
commit
2114e21a69
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/myCard/myCard.vue

+ 1
- 1
src/components/myCard/myCard.vue View File

@@ -28,7 +28,7 @@
28 28
       </div>
29 29
       <div>
30 30
         <span>用户使用</span>
31
-        <span>{{ismanager?data.usedCount:data.CustomerList.filter(x => x.status===2).length}}</span>
31
+        <span>{{ismanager?data.usedCount:data.CustomerList.filter(x => x.Status===2).length}}</span>
32 32
       </div>
33 33
     </div>
34 34
     <div class="card-bottom" @click.stop="share">