fix:将文案虚流量改成流量
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m23s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 7m23s
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user