소스 검색

bug修改

wangfei 6 년 전
부모
커밋
2114e21a69
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/myCard/myCard.vue

+ 1
- 1
src/components/myCard/myCard.vue 파일 보기

@@ -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">