fix:将文案虚流量改成流量
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m23s

This commit is contained in:
luo
2026-07-21 15:24:02 +08:00
parent f52970ae6c
commit db7b3562da
5 changed files with 45 additions and 2 deletions

View File

@@ -101,7 +101,7 @@
</div>
<!-- 虚流量 -->
<div v-if="canShowCurrentPackageVirtualUsage" class="flow-stat-section">
<div class="flow-stat-label">流量使</div>
<div class="flow-stat-label">流量用</div>
<div class="flow-stat-row">
<span class="stat-item">
<span class="stat-label">已使用</span>

View File

@@ -126,7 +126,7 @@
:style="{ marginTop: canViewCurrentPackageRealUsage ? '8px' : '0' }"
>
<span class="used"
>已使用流量: {{ formatDataSize(scope.row.virtual_used_mb || 0) }}</span
>已使用流量: {{ formatDataSize(scope.row.virtual_used_mb || 0) }}</span
>
<span class="total"
>总量: {{ formatDataSize(scope.row.real_total_mb || 0) }}</span