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
e2fe0474
authored
May 02, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【修复】商城系统:管理后台的商城订单统计数据有问题
parent
20a97806
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/mall/home/index.vue
+3
-3
No files found.
src/views/mall/home/index.vue
View file @
e2fe0474
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
tag=
"今日"
tag=
"今日"
title=
"销售额"
title=
"销售额"
prefix=
"¥"
prefix=
"¥"
:
:
decimals=
"2"
:decimals=
"2"
:value=
"fenToYuan(orderComparison?.value?.orderPayPrice || 0)"
:value=
"fenToYuan(orderComparison?.value?.orderPayPrice || 0)"
:reference=
"fenToYuan(orderComparison?.reference?.orderPayPrice || 0)"
:reference=
"fenToYuan(orderComparison?.reference?.orderPayPrice || 0)"
/>
/>
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
<ComparisonCard
<ComparisonCard
tag=
"今日"
tag=
"今日"
title=
"订单量"
title=
"订单量"
:value=
"
fenToYuan(orderComparison?.value?.orderPayCount || 0)
"
:value=
"
orderComparison?.value?.orderPayCount || 0
"
:reference=
"
fenToYuan(orderComparison?.reference?.orderPayCount || 0)
"
:reference=
"
orderComparison?.reference?.orderPayCount || 0
"
/>
/>
</el-col>
</el-col>
<el-col
:md=
"6"
:sm=
"12"
:xs=
"24"
:loading=
"loading"
>
<el-col
:md=
"6"
:sm=
"12"
:xs=
"24"
:loading=
"loading"
>
...
...
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