+
+
+ 已用: {{ formatDataSize(scope.row.virtual_used_mb || 0) }}
+ 剩余: {{ formatDataSize(scope.row.virtual_remain_mb || 0) }}
+ 总量: {{ formatDataSize(scope.row.virtual_limit_mb || 0) }}
+
+
+ 已用: {{ formatDataSize(scope.row.data_usage_mb) }}
+ 剩余:
+ {{ formatDataSize(scope.row.data_limit_mb - scope.row.data_usage_mb) }}
+ 总量: {{ formatDataSize(scope.row.data_limit_mb) }}
+
+
+
-