fix: 新增套餐新增缩长比例,增长比例
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m43s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m43s
This commit is contained in:
@@ -244,7 +244,7 @@
|
||||
</div>
|
||||
<div v-if="calculatedVirtualDataGb > 0">
|
||||
增长比例:{{ realDataGb }}GB/{{ calculatedVirtualDataGb }}GB =
|
||||
{{ calculatedGrowthRatio }}
|
||||
{{ calculatedGrowthRatio * 100 }}%
|
||||
</div>
|
||||
</div>
|
||||
</ElFormItem>
|
||||
|
||||
Reference in New Issue
Block a user