Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3ade8e66
authored
Nov 02, 2025
by
Jony.L
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复管理端首页顶部统计栏 金额显示不对的问题
parent
76cbd1f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
6 deletions
+1
-6
src/views/Home/Index.vue
+1
-6
No files found.
src/views/Home/Index.vue
View file @
3ade8e66
...
...
@@ -42,12 +42,7 @@
<el-divider
direction=
"vertical"
border-style=
"dashed"
/>
<div
class=
"px-8px text-right"
>
<div
class=
"mb-16px text-14px text-gray-400"
>
{{
'今日订单金额'
}}
</div>
<CountTo
class=
"text-20px"
:start-val=
"0"
:end-val=
"todayData.newOrdersAmount"
:duration=
"2600"
/>
<div
class=
"text-20px"
>
¥
{{
todayData
.
newOrdersAmount
?.
toFixed
(
2
)
||
'0.00'
}}
</div>
</div>
</div>
</el-col>
...
...
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