@@ -57,47 +61,51 @@
v-if="scope.row.totalCount > 0"
color="#13ce66"
:percentage="getPercentage(scope.row)"
- style="width: 150px;"/>
+ style="width: 150px;"
+ />
- ({{ (scope.row.totalCount - scope.row.status0Count) + '/' + scope.row.totalCount }})
+ ({{ (scope.row.status1Count + scope.row.status2Count) + '/' + scope.row.totalCount }})