Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dangan_dataV
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
26279e4f
authored
2026-01-06 17:41:18 +0800
by
zrj
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
大屏1.6修改
1 parent
dbfda0b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
6 deletions
src/viewsPc/vip/rightPage.vue
src/viewsPc/vip/rightPage.vue
View file @
26279e4
...
...
@@ -131,6 +131,10 @@ const sBase = computed(() => props.sBase)
watch
(()
=>
props
.
historyDate
,(
newVal
)
=>
{
if
(
isMounted
.
value
)
{
nowYear
.
value
=
parseInt
(
newVal
.
substring
(
0
,
4
))
Year1
.
value
=
parseInt
(
hDate
.
value
.
substring
(
0
,
4
))
-
1
Year2
.
value
=
parseInt
(
hDate
.
value
.
substring
(
0
,
4
))
legend1
.
value
=
[
`
${
Year1
.
value
}
待收款`
,
`
${
Year1
.
value
}
收费单待签`
,
`预提占比`
]
legend2
.
value
=
[
`
${
Year2
.
value
}
待收款`
,
`
${
Year2
.
value
}
收费单待签`
,
`同期预提占比`
]
init
()
}
})
...
...
@@ -1842,7 +1846,7 @@ const setC = (arr, h1, h2, h3, h4, h5, h6, l1, l2) => {
focus
:
'series'
},
// data: [320, 332, 301, 334, 390, 330, 320, 320, 332, 301, 334, 390],
data
:
h
1
,
data
:
h
4
,
itemStyle
:
{
color
:
{
type
:
'linear'
,
...
...
@@ -1864,7 +1868,7 @@ const setC = (arr, h1, h2, h3, h4, h5, h6, l1, l2) => {
focus
:
'series'
},
// data: [120, 132, 101, 134, 90, 230, 210, 101, 134, 90, 230, 210],
data
:
h
2
,
data
:
h
5
,
itemStyle
:
{
color
:
{
type
:
'linear'
,
...
...
@@ -1902,7 +1906,7 @@ const setC = (arr, h1, h2, h3, h4, h5, h6, l1, l2) => {
{
name
:
`预提占比`
,
type
:
'line'
,
data
:
h
3
,
data
:
h
6
,
symbol
:
'circle'
,
symbolSize
:
6
,
yAxisIndex
:
1
,
...
...
@@ -1922,7 +1926,7 @@ const setC = (arr, h1, h2, h3, h4, h5, h6, l1, l2) => {
focus
:
'series'
},
// data: [320, 332, 301, 334, 390, 330, 320, 320, 332, 301, 334, 390],
data
:
h
4
,
data
:
h
1
,
itemStyle
:
{
color
:
{
type
:
'linear'
,
...
...
@@ -1944,7 +1948,7 @@ const setC = (arr, h1, h2, h3, h4, h5, h6, l1, l2) => {
focus
:
'series'
},
// data: [120, 132, 101, 134, 90, 230, 210, 101, 134, 90, 230, 210],
data
:
h
5
,
data
:
h
2
,
itemStyle
:
{
color
:
{
type
:
'linear'
,
...
...
@@ -1990,7 +1994,7 @@ const setC = (arr, h1, h2, h3, h4, h5, h6, l1, l2) => {
{
name
:
`同期预提占比`
,
type
:
'line'
,
data
:
h
6
,
data
:
h
3
,
symbol
:
'circle'
,
symbolSize
:
6
,
yAxisIndex
:
1
,
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment