File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
src/views/mall/statistics/product/components Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change 26
26
icon =" ep:view"
27
27
icon-color =" bg-blue-100"
28
28
icon-bg-color =" text-blue-500"
29
- prefix =" ¥ "
30
- :decimals =" 2 "
31
- :value =" fenToYuan( trendSummary?.value?.browseCount || 0) "
29
+ prefix =" "
30
+ :decimals =" 0 "
31
+ :value =" trendSummary?.value?.browseCount || 0"
32
32
:percent ="
33
33
calculateRelativeRate(
34
34
trendSummary?.value?.browseCount,
44
44
icon =" ep:user-filled"
45
45
icon-color =" bg-purple-100"
46
46
icon-bg-color =" text-purple-500"
47
- prefix =" ¥ "
48
- :decimals =" 2 "
49
- :value =" fenToYuan( trendSummary?.value?.browseUserCount || 0) "
47
+ prefix =" "
48
+ :decimals =" 0 "
49
+ :value =" trendSummary?.value?.browseUserCount || 0"
50
50
:percent ="
51
51
calculateRelativeRate(
52
52
trendSummary?.value?.browseUserCount,
62
62
icon =" fa-solid:money-check-alt"
63
63
icon-color =" bg-yellow-100"
64
64
icon-bg-color =" text-yellow-500"
65
- prefix =" ¥ "
66
- :decimals =" 2 "
67
- :value =" fenToYuan( trendSummary?.value?.orderPayCount || 0) "
65
+ prefix =" "
66
+ :decimals =" 0 "
67
+ :value =" trendSummary?.value?.orderPayCount || 0"
68
68
:percent ="
69
69
calculateRelativeRate(
70
70
trendSummary?.value?.orderPayCount,
98
98
icon =" fa-solid:wallet"
99
99
icon-color =" bg-cyan-100"
100
100
icon-bg-color =" text-cyan-500"
101
- prefix =" ¥ "
102
- :decimals =" 2 "
103
- :value =" fenToYuan( trendSummary?.value?.afterSaleCount || 0) "
101
+ prefix =" "
102
+ :decimals =" 0 "
103
+ :value =" trendSummary?.value?.afterSaleCount || 0"
104
104
:percent ="
105
105
calculateRelativeRate(
106
106
trendSummary?.value?.afterSaleCount,
You can’t perform that action at this time.
0 commit comments