Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-system
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
姜雷
dcxy-system
Commits
f05a245f
Commit
f05a245f
authored
May 05, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改充值消费人数为订单笔数
parent
7290b389
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
CustomerConsumption.vue
...ers/Dashboard/CustomerConsumption/CustomerConsumption.vue
+3
-3
chart.vue
src/containers/Dashboard/CustomerConsumption/chart.vue
+1
-1
CustomerRecharge.vue
...ontainers/Dashboard/CustomerRecharge/CustomerRecharge.vue
+2
-2
chart.vue
src/containers/Dashboard/CustomerRecharge/chart.vue
+2
-2
No files found.
src/containers/Dashboard/CustomerConsumption/CustomerConsumption.vue
View file @
f05a245f
...
...
@@ -8,14 +8,14 @@
class=
"CustomerConsumptionChart-tip"
style=
"color:#333;font-size:14px;text-align: center;"
>
合计
消费总金额:
<span
消费总金额:
<span
class=
"CustomerConsumption-total"
style=
"color:#f00;"
>
0.00元
</span>
合计消费人
数:
<span
消费笔
数:
<span
class=
"CustomerConsumption-count"
style=
"color:#f00;"
>
0
人
</span>
>
0
笔
</span>
</div>
</div>
<Chart
...
...
src/containers/Dashboard/CustomerConsumption/chart.vue
View file @
f05a245f
...
...
@@ -71,7 +71,7 @@ export default {
?
this
.
consumeCount
.
payMen
:
'0'
;
this
.
totalDom
.
innerHTML
=
money
+
'元'
;
this
.
countDom
.
innerHTML
=
menCount
+
'
人
'
;
this
.
countDom
.
innerHTML
=
menCount
+
'
笔
'
;
}
},
},
...
...
src/containers/Dashboard/CustomerRecharge/CustomerRecharge.vue
View file @
f05a245f
...
...
@@ -13,8 +13,8 @@
<span
class=
"CustomerRecharge-tooltip"
style=
"background-color:#26c9a8;"
></span>
充值
人
数:
<span
style=
"color:#f00;"
>
{{
rechargeCount
&&
rechargeCount
.
rechargeMen
?
rechargeCount
.
rechargeMen
:
0
}}
人
</span>
></span>
充值
笔
数:
<span
style=
"color:#f00;"
>
{{
rechargeCount
&&
rechargeCount
.
rechargeMen
?
rechargeCount
.
rechargeMen
:
0
}}
笔
</span>
</div>
</div>
<Chart
:data=
"rechargeList"
/>
...
...
src/containers/Dashboard/CustomerRecharge/chart.vue
View file @
f05a245f
...
...
@@ -156,7 +156,7 @@ export default {
alias
:
'充值金额'
,
},
rechargeMen
:
{
alias
:
'充值
人
数'
,
alias
:
'充值
笔
数'
,
},
});
...
...
@@ -191,7 +191,7 @@ export default {
this
.
chart
.
guide
().
text
({
top
:
true
,
position
:
[
'100%'
,
'0%'
],
content
:
'(
人
)'
,
content
:
'(
笔
)'
,
offsetX
:
30
,
offsetY
:
-
8
,
});
...
...
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