Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xinrenli-admin
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
郑云飞
xinrenli-admin
Commits
8e5d7127
Commit
8e5d7127
authored
Apr 07, 2023
by
zhangmengjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
23.4.7
parent
b57580b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
src/views/statement/index.vue
+12
-12
No files found.
src/views/statement/index.vue
View file @
8e5d7127
...
...
@@ -51,7 +51,7 @@
</
template
>
<
script
>
import
{
getCache
}
from
"@/api/monitor/cache"
;
//
import { getCache } from "@/api/monitor/cache";
import
*
as
echarts
from
"echarts"
;
import
{
reportFormsGET
}
from
'@/api/orderform/index'
...
...
@@ -113,7 +113,7 @@ export default {
show
:
false
},
data
:
[
{
value
:
300
,
name
:
'累计成交额'
}
{
value
:
this
.
cache
.
totalMoney
,
name
:
'累计成交额'
}
]
}
]
...
...
@@ -148,7 +148,7 @@ export default {
show
:
false
},
data
:
[
{
value
:
300
,
name
:
'Video Ads
'
}
{
value
:
this
.
cache
.
accomplish
,
name
:
'已完成订单量
'
}
]
}
]
...
...
@@ -183,7 +183,7 @@ export default {
show
:
false
},
data
:
[
{
value
:
300
,
name
:
'Video Ads
'
}
{
value
:
this
.
cache
.
reject
,
name
:
'已驳回订单量
'
}
]
}
]
...
...
@@ -218,18 +218,18 @@ export default {
show
:
false
},
data
:
[
{
value
:
300
,
name
:
'Video Ads
'
}
{
value
:
this
.
cache
.
refund
,
name
:
'已退款订单量
'
}
]
}
]
});
this
.
usedmemory
=
echarts
.
init
(
this
.
$refs
.
usedmemory
,
"macarons"
);
this
.
usedmemory
.
setOption
({
title
:
{
text
:
'Referer of a Website'
,
subtext
:
'Fake Data'
,
left
:
'center'
},
//
title: {
//
text: 'Referer of a Website',
//
subtext: 'Fake Data',
//
left: 'center'
//
},
tooltip
:
{
trigger
:
'item'
},
...
...
@@ -243,8 +243,8 @@ export default {
type
:
'pie'
,
radius
:
'50%'
,
data
:
[
{
value
:
1048
,
name
:
'Search Engine
'
},
{
value
:
735
,
name
:
'Direct
'
},
{
value
:
this
.
cache
.
accomplish
,
name
:
'已完成订单
'
},
{
value
:
this
.
cache
.
contrastOrder
,
name
:
'未完成订单
'
},
],
emphasis
:
{
itemStyle
:
{
...
...
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