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
e180dd07
Commit
e180dd07
authored
Apr 15, 2026
by
erio
Browse files
fix(usage): remove label text from inline account cost, keep orange color
parent
a7dd535d
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/admin/usage/UsageTable.vue
View file @
e180dd07
...
...
@@ -155,7 +155,7 @@
</div>
</div>
<div
v-if=
"row.account_rate_multiplier != null"
class=
"mt-0.5 text-[11px] text-orange-500 dark:text-orange-400"
>
{{
t
(
'
usage.accountCost
'
)
}}
$
{{
accountBilled
(
row
).
toFixed
(
6
)
}}
A
$
{{
accountBilled
(
row
).
toFixed
(
6
)
}}
</div>
</div>
</
template
>
...
...
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