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
b4a694ed
authored
2025-04-27 09:56:28 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看板
1 parent
3e7f24fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
src/viewsPc/vip/leftPage.vue
src/viewsPc/vip/leftPage.vue
View file @
b4a694e
...
...
@@ -183,7 +183,6 @@ function handelSelect1() {
}
function
handelSelect2
()
{
console
.
log
(
type2
.
value
)
let
arr
=
type2
.
value
.
map
(
val
=>
list
.
value
.
find
(
item
=>
item
.
BASE
===
val
))
for
(
const
v1
of
arr
)
{
for
(
const
v2
of
v1
.
list
)
{
...
...
@@ -204,7 +203,6 @@ function handelSelect2() {
}
function
handelSelect3
()
{
console
.
log
(
type3
.
value
)
h1
.
value
=
[]
h2
.
value
=
[]
h3
.
value
=
[]
...
...
@@ -412,7 +410,7 @@ const setB = (arr1, arr2, arr3, arr4) => {
const
option
=
{
tooltip
:
{
trigger
:
'axis'
,
valueFormatter
:
(
value
)
=>
(
value
/
10000
).
toFixed
()
+
'万'
,
valueFormatter
:
(
value
)
=>
(
value
*
1
).
toFixed
()
+
'万'
,
backgroundColor
:
'rgba(5, 28, 51, 1)'
,
// 背景色
borderColor
:
'rgba(46, 151, 198, 1)'
,
// 边框颜色
borderWidth
:
1
,
// 边框宽度
...
...
@@ -578,7 +576,7 @@ const setC = (h1, h2, h3) => {
axisPointer
:
{
type
:
'shadow'
},
valueFormatter
:
(
value
)
=>
(
value
/
10000
).
toFixed
()
+
'万'
,
valueFormatter
:
(
value
)
=>
(
value
*
1
).
toFixed
()
+
'万'
,
backgroundColor
:
'rgba(5, 28, 51, 1)'
,
// 背景色
borderColor
:
'rgba(46, 151, 198, 1)'
,
// 边框颜色
borderWidth
:
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