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
c9aa2d5f
authored
2025-05-09 14:12:22 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
8e71181d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
src/viewsPc/vip/rightPage.vue
src/viewsPc/vip/rightPage.vue
View file @
c9aa2d5
...
...
@@ -318,10 +318,8 @@ async function handelGetYS007() {
arr3
.
push
(
val
.
EXERATIO
)
}
const
firstAbove
=
list7Y
.
value
.
find
(
v
=>
v
.
name
>=
BC
.
value
);
setA
(
list7Y
.
value
,
arr1
,
arr2
,
arr3
,
firstAbove
?.
value
,
BC
.
value
)
setA
(
list7Y
.
value
,
arr1
,
arr2
,
arr3
,
firstAbove
?.
value
||
''
,
BC
.
value
)
}
function
handelSelect7
()
{
...
...
@@ -352,7 +350,7 @@ function handelSelect7() {
const
firstAbove
=
list7Y
.
value
.
find
(
v
=>
v
.
name
>=
BC
.
value
);
setA
(
list7Y
.
value
,
arr1
,
arr2
,
arr3
,
firstAbove
?.
value
,
BC
.
value
)
setA
(
list7Y
.
value
,
arr1
,
arr2
,
arr3
,
firstAbove
?.
value
||
''
,
BC
.
value
)
}
async
function
handelGetYS008
()
{
...
...
@@ -441,6 +439,7 @@ const getA = () => {
const
setA
=
(
arrY
,
arr1
,
arr2
,
arr3
,
markLineName
,
BC
)
=>
{
console
.
log
(
arrY
,
arr1
,
arr2
,
markLineName
,
BC
)
chartA
=
echarts
.
init
(
zhuRef
.
value
)
const
option
=
{
tooltip
:
{
...
...
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