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