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
Unverified
Commit
99f8fa82
authored
May 06, 2024
by
芋道源码
Committed by
Gitee
May 06, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!439 商品统计计数显示成价格了 update src/views/mall/statistics/product/components/ProductSummary.vue.
Merge pull request !439 from 山野羡民/N/A
parents
66c6463f
2101731f
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
src/views/mall/statistics/product/components/ProductSummary.vue
+12
-12
No files found.
src/views/mall/statistics/product/components/ProductSummary.vue
View file @
99f8fa82
...
@@ -26,9 +26,9 @@
...
@@ -26,9 +26,9 @@
icon=
"ep:view"
icon=
"ep:view"
icon-color=
"bg-blue-100"
icon-color=
"bg-blue-100"
icon-bg-color=
"text-blue-500"
icon-bg-color=
"text-blue-500"
prefix=
"
¥
"
prefix=
""
:decimals=
"
2
"
:decimals=
"
0
"
:value=
"
fenToYuan(trendSummary?.value?.browseCount || 0)
"
:value=
"
trendSummary?.value?.browseCount || 0
"
:percent=
"
:percent=
"
calculateRelativeRate(
calculateRelativeRate(
trendSummary?.value?.browseCount,
trendSummary?.value?.browseCount,
...
@@ -44,9 +44,9 @@
...
@@ -44,9 +44,9 @@
icon=
"ep:user-filled"
icon=
"ep:user-filled"
icon-color=
"bg-purple-100"
icon-color=
"bg-purple-100"
icon-bg-color=
"text-purple-500"
icon-bg-color=
"text-purple-500"
prefix=
"
¥
"
prefix=
""
:decimals=
"
2
"
:decimals=
"
0
"
:value=
"
fenToYuan(trendSummary?.value?.browseUserCount || 0)
"
:value=
"
trendSummary?.value?.browseUserCount || 0
"
:percent=
"
:percent=
"
calculateRelativeRate(
calculateRelativeRate(
trendSummary?.value?.browseUserCount,
trendSummary?.value?.browseUserCount,
...
@@ -62,9 +62,9 @@
...
@@ -62,9 +62,9 @@
icon=
"fa-solid:money-check-alt"
icon=
"fa-solid:money-check-alt"
icon-color=
"bg-yellow-100"
icon-color=
"bg-yellow-100"
icon-bg-color=
"text-yellow-500"
icon-bg-color=
"text-yellow-500"
prefix=
"
¥
"
prefix=
""
:decimals=
"
2
"
:decimals=
"
0
"
:value=
"
fenToYuan(trendSummary?.value?.orderPayCount || 0)
"
:value=
"
trendSummary?.value?.orderPayCount || 0
"
:percent=
"
:percent=
"
calculateRelativeRate(
calculateRelativeRate(
trendSummary?.value?.orderPayCount,
trendSummary?.value?.orderPayCount,
...
@@ -98,9 +98,9 @@
...
@@ -98,9 +98,9 @@
icon=
"fa-solid:wallet"
icon=
"fa-solid:wallet"
icon-color=
"bg-cyan-100"
icon-color=
"bg-cyan-100"
icon-bg-color=
"text-cyan-500"
icon-bg-color=
"text-cyan-500"
prefix=
"
¥
"
prefix=
""
:decimals=
"
2
"
:decimals=
"
0
"
:value=
"
fenToYuan(trendSummary?.value?.afterSaleCount || 0)
"
:value=
"
trendSummary?.value?.afterSaleCount || 0
"
:percent=
"
:percent=
"
calculateRelativeRate(
calculateRelativeRate(
trendSummary?.value?.afterSaleCount,
trendSummary?.value?.afterSaleCount,
...
...
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