This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
leo
/
LAPP_MY_WEBFRONT
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
单园区欠费统计优化
pull/8/head
wangxy
3 years ago
parent
fb435c75a6
commit
6b8126c8c2
2 changed files
with
11 additions
and
16 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-16
src/views/reportform/components/LabBarChart.vue
+1
-0
src/views/reportform/parkOwe.vue
+ 10
- 16
src/views/reportform/components/LabBarChart.vue
View File
@ -143,24 +143,18 @@ export default {
}
}
]
,
yAxis
:
[
{
type
:
'value'
,
name
:
'欠费户数(个)'
,
/
/
m
i
n
:
0
,
/
/
m
a
x
:
2
5
0
,
/
/
i
n
t
e
r
v
a
l
:
5
0
,
axisLabel
:
{
formatter
:
'{value} 个'
}
type
:
'value'
,
name
:
'欠费户数(个)'
,
axisLabel
:
{
formatter
:
'{value} 个'
}
}
,
{
type
:
'value'
,
name
:
'欠费金额(万元)'
,
/
/
m
i
n
:
0
,
/
/
m
a
x
:
2
5
,
interval
:
5
,
axisLabel
:
{
formatter
:
'{value} 万元'
}
type
:
'value'
,
name
:
'欠费金额(万元)'
,
axisLabel
:
{
formatter
:
'{value} 万元'
}
}
]
,
series
:
this
.
seriesArray
}
)
+ 1
- 0
src/views/reportform/parkOwe.vue
View File
@ -93,6 +93,7 @@ export default {
this
.
loading
=
true
getOweChargeTotal
(
this
.
queryParams
)
.
then
(
(
response
)
=>
{
this
.
dataList
=
response
.
data
this
.
dataListTable
=
[
]
let
rowPerson
=
{
}
let
rowMoney
=
{
}
if
(
this
.
dataList
.
length
>
0
)
{
Write
Preview
Loading…
Cancel
Save