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
dff07a15
authored
2025-04-28 11:52:37 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
097a26db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
src/viewsPc/vip/rightPage.vue
src/viewsPc/vip/rightPage.vue
View file @
dff07a1
...
...
@@ -258,22 +258,28 @@ async function handelGetYS007() {
name
:
(
val
.
EXERATIO
*
100
).
toFixed
()
+
'%'
,
})
arr3
.
push
(
val
.
EXERATIO
)
num
+=
val
.
EXERATIO
}
setA
(
list7Y
.
value
,
arr1
,
arr2
,
arr3
)
}
function
handelSelect7
()
{
let
arr
=
list7Y
.
value
.
map
(
val
=>
list7
.
value
.
find
(
item
=>
item
.
BASEJC
===
val
))
let
arr
=
list7Y
.
value
.
map
(
val
=>
list7
.
value
.
find
(
item
=>
item
.
BASEJC
===
val
))
.
sort
((
a
,
b
)
=>
a
.
EXERATIO
-
b
.
EXERATIO
)
let
arr1
=
[]
let
arr2
=
[]
let
arr3
=
[]
list7Y
.
value
=
[]
for
(
const
val
of
arr
)
{
list7Y
.
value
.
push
(
val
.
BASEJC
)
arr1
.
push
(
Math
.
round
(
val
.
PLANCOST
/
10000
))
arr2
.
push
(
Math
.
round
(
val
.
EXECOST
/
10000
))
arr1
.
push
({
value
:
Math
.
round
(
val
.
PLANCOST
/
10000
),
value2
:
Math
.
round
(
val
.
EXECOST
/
10000
),
name
:
(
val
.
EXERATIO
*
100
).
toFixed
()
+
'%'
,
})
arr2
.
push
({
value
:
Math
.
round
(
val
.
EXECOST
/
10000
),
name
:
(
val
.
EXERATIO
*
100
).
toFixed
()
+
'%'
,
})
arr3
.
push
(
val
.
EXERATIO
)
}
setA
(
list7Y
.
value
,
arr1
,
arr2
,
arr3
)
...
...
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