Showing
1 changed file
with
1 additions
and
2 deletions
... | ... | @@ -114,13 +114,12 @@ |
114 | 114 | {{ item.name }} |
115 | 115 | </Tooltip> |
116 | 116 | </div> |
117 | - | |
118 | 117 | <div class="flex w-7/10"> |
119 | 118 | <Progress |
120 | 119 | :showInfo="false" |
121 | 120 | size="small" |
122 | 121 | style="width: 70%" |
123 | - :percent="item.count / 10000" | |
122 | + :percent="(item.count / tenantTop10[0].count) * 100" | |
124 | 123 | :strokeWidth="12" |
125 | 124 | :strokeColor=" |
126 | 125 | index === 0 | ... | ... |