Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ElectricitySheep
Project
Project
Details
Activity
Releases
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
黄媛媛
ElectricitySheep
Commits
2317467a
Commit
2317467a
authored
Sep 22, 2020
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bef43667
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
salesStatistics.vue
src/components/statistics/salesStatistics.vue
+5
-1
No files found.
src/components/statistics/salesStatistics.vue
View file @
2317467a
...
@@ -53,7 +53,11 @@
...
@@ -53,7 +53,11 @@
</div>
</div>
<div
class=
"num-info-item"
>
<div
class=
"num-info-item"
>
<div>
{{
Totaldata
.
PayMemerNum
!=
null
?
Totaldata
.
PayMemerNum
:
0
}}
</div>
<div>
{{
Totaldata
.
PayMemerNum
!=
null
?
Totaldata
.
PayMemerNum
:
0
}}
</div>
<div
class=
"info-item-name"
>
付款人数/人
</div>
<div
class=
"info-item-name"
>
付款人次/人
</div>
</div>
<div
class=
"num-info-item"
>
<div>
{{
Totaldata
.
MemberNum
!=
null
?
Totaldata
.
MemberNum
:
0
}}
</div>
<div
class=
"info-item-name"
>
付款人次/人
</div>
</div>
</div>
<div
class=
"num-info-item"
>
<div
class=
"num-info-item"
>
<div>
{{
Totaldata
.
PayMoney
!=
null
?
Totaldata
.
PayMoney
:
0
}}
</div>
<div>
{{
Totaldata
.
PayMoney
!=
null
?
Totaldata
.
PayMoney
:
0
}}
</div>
...
...
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