Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
陈曦
sub2api
Commits
e0b12b75
Commit
e0b12b75
authored
Apr 15, 2026
by
erio
Browse files
fix(usage): put cost label before value in usage stats card
parent
22680dc6
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/src/components/admin/usage/UsageStatsCards.vue
View file @
e0b12b75
...
@@ -31,11 +31,9 @@
...
@@ -31,11 +31,9 @@
$
{{
(
stats
?.
total_actual_cost
||
0
).
toFixed
(
4
)
}}
$
{{
(
stats
?.
total_actual_cost
||
0
).
toFixed
(
4
)
}}
</p>
</p>
<p
class=
"text-xs text-gray-400"
>
<p
class=
"text-xs text-gray-400"
>
<span
class=
"text-orange-500"
>
$
{{
(
stats
?.
total_account_cost
||
0
).
toFixed
(
4
)
}}
</span>
<span
class=
"text-orange-500"
>
{{
t
(
'
usage.accountCost
'
)
}}
$
{{
(
stats
?.
total_account_cost
||
0
).
toFixed
(
4
)
}}
</span>
<span>
{{
t
(
'
usage.accountCost
'
)
}}
</span>
<span>
·
</span>
<span>
·
</span>
<span>
$
{{
(
stats
?.
total_cost
||
0
).
toFixed
(
4
)
}}
</span>
<span>
{{
t
(
'
usage.standardCost
'
)
}}
$
{{
(
stats
?.
total_cost
||
0
).
toFixed
(
4
)
}}
</span>
<span>
{{
t
(
'
usage.standardCost
'
)
}}
</span>
</p>
</p>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment