Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
e5b02974
Commit
e5b02974
authored
Dec 19, 2019
by
guoyou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
订单统计日期
parent
5b190ae4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
orderStatistics.vue
src/views/statistics/orderStatistics.vue
+4
-4
No files found.
src/views/statistics/orderStatistics.vue
View file @
e5b02974
...
@@ -89,8 +89,8 @@ export default {
...
@@ -89,8 +89,8 @@ export default {
]
]
this
.
chartSettings
=
{
this
.
chartSettings
=
{
labelMap
:
{
labelMap
:
{
orderAmount
:
'
数量
'
,
orderAmount
:
'
金额
'
,
orderNum
:
'
数
量'
orderNum
:
'
订单
量'
}
}
}
}
return
{
return
{
...
@@ -133,11 +133,11 @@ export default {
...
@@ -133,11 +133,11 @@ export default {
id
:
''
,
id
:
''
,
},
},
{
{
name
:
'未
完成
'
,
name
:
'未
支付
'
,
id
:
0
id
:
0
},
},
{
{
name
:
'已
完成
'
,
name
:
'已
支付
'
,
id
:
1
id
:
1
}
}
],
],
...
...
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