Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mingPayPc
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fengzhaoyu
mingPayPc
Commits
dea354c9
Commit
dea354c9
authored
Nov 25, 2019
by
liang ce
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图表充值内外充值反了修改
parent
9eb47e07
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
SystemReconciliation.vue
...mponents/pages/PaymentManagement/SystemReconciliation.vue
+2
-3
No files found.
src/components/pages/PaymentManagement/SystemReconciliation.vue
View file @
dea354c9
...
@@ -111,8 +111,8 @@ export default {
...
@@ -111,8 +111,8 @@ export default {
let
data2
=
[]
let
data2
=
[]
this
.
RechargeDataList
.
map
(
item
=>
{
this
.
RechargeDataList
.
map
(
item
=>
{
xAxisData
.
push
(
parseInt
(
item
.
abscissaKey
))
xAxisData
.
push
(
parseInt
(
item
.
abscissaKey
))
data1
.
push
(
item
.
internalRechargeAmount
?
item
.
in
ternalRechargeAmount
:
0
)
data1
.
push
(
item
.
externalRechargeAmount
?
item
.
ex
ternalRechargeAmount
:
0
)
data2
.
push
(
item
.
externalRechargeAmount
?
item
.
ex
ternalRechargeAmount
:
0
)
data2
.
push
(
item
.
internalRechargeAmount
?
item
.
in
ternalRechargeAmount
:
0
)
})
})
myChart
.
setOption
({
myChart
.
setOption
({
title
:
{
text
:
'充值金额'
},
title
:
{
text
:
'充值金额'
},
...
@@ -160,7 +160,6 @@ export default {
...
@@ -160,7 +160,6 @@ export default {
// internalConsumeRealityAmount 员工现金
// internalConsumeRealityAmount 员工现金
// internalConsumeSubsidyAmount 津贴
// internalConsumeSubsidyAmount 津贴
// externalConsumeRealityAmount 访客消费
// externalConsumeRealityAmount 访客消费
myChart
.
setOption
({
myChart
.
setOption
({
title
:
{
text
:
'消费金额'
},
title
:
{
text
:
'消费金额'
},
tooltip
:
{
tooltip
:
{
...
...
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