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
808d3b22
authored
2025-07-17 13:22:17 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
看版
1 parent
6bf1f26d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
12 deletions
src/viewsPc/home.vue
src/viewsPc/vip/centerPage.vue
src/viewsPc/vip/leftPage.vue
src/viewsPc/vip/rightPage.vue
src/viewsPc/home.vue
View file @
808d3b2
...
...
@@ -28,8 +28,8 @@ const url = ref()
const
obj
=
ref
({})
const
result
=
ref
()
const
router
=
useRouter
()
// url.value = 'http://192.168.1.152:8899/login/sid=a21df7ef-6d14-4cf3-ad58-c68185f63797
#/'
url
.
value
=
window
.
location
.
href
url
.
value
=
'http://192.168.1.152:8899/login/sid=9bf35752-0818-483c-bba7-90a747cdc00e
#/'
//
url.value = window.location.href
result
.
value
=
url
.
value
?.
split
(
'='
)[
1
]?.
split
(
'#'
)[
0
];
onMounted
(()
=>
{
...
...
src/viewsPc/vip/centerPage.vue
View file @
808d3b2
...
...
@@ -891,7 +891,7 @@ const handelZhu1 = (row1, row2) => {
]
}
chart11
.
setOption
(
option
)
autoHover
(
chart11
,
option
,
0
,
2000
)
//
autoHover(chart11, option, 0, 2000)
}
const
handelZhu2
=
(
row1
,
row2
)
=>
{
chart22
=
echarts
.
init
(
zhuRef2
.
value
)
...
...
@@ -1010,7 +1010,7 @@ const handelZhu2 = (row1, row2) => {
]
}
chart22
.
setOption
(
option
)
autoHover
(
chart22
,
option
,
0
,
2000
)
//
autoHover(chart22, option, 0, 2000)
}
const
handelZhu3
=
(
row1
,
row2
)
=>
{
console
.
log
(
11111
,
row1
,
row2
)
...
...
@@ -1159,7 +1159,7 @@ const handelZhu3 = (row1, row2) => {
]
}
chart33
.
setOption
(
option
)
autoHover
(
chart33
,
option
,
0
,
2000
)
//
autoHover(chart33, option, 0, 2000)
}
const
handelZhu4
=
(
listX
,
dataList
)
=>
{
chart44
=
echarts
.
init
(
zhuRef4
.
value
)
...
...
@@ -1294,7 +1294,7 @@ const handelZhu4 = (listX, dataList) => {
]
}
chart44
.
setOption
(
option
)
autoHover
(
chart44
,
option
,
0
,
2000
)
//
autoHover(chart44, option, 0, 2000)
}
function
autoHover
(
myChart
,
option
,
index
,
time
)
{
...
...
src/viewsPc/vip/leftPage.vue
View file @
808d3b2
...
...
@@ -520,7 +520,7 @@ const setA = (arr, arr2, arr3) => {
]
};
chartA
.
setOption
(
option
)
autoHover
(
chartA
,
option
,
2
,
2000
)
//
autoHover(chartA, option, 2, 2000)
}
const
setB
=
(
arr1
,
arr2
,
arr3
,
arr4
)
=>
{
chartB
=
echarts
.
init
(
lineRef
.
value
)
...
...
@@ -685,7 +685,7 @@ const setB = (arr1, arr2, arr3, arr4) => {
]
}
chartB
.
setOption
(
option
)
autoHover
(
chartB
,
option
,
0
,
2000
)
//
autoHover(chartB, option, 0, 2000)
}
const
setC
=
(
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
l1
,
l2
)
=>
{
chartC
=
echarts
.
init
(
payeeRef
.
value
)
...
...
@@ -928,7 +928,7 @@ const setC = (h1, h2, h3, h4, h5, h6, l1, l2) => {
]
}
chartC.setOption(option)
autoHover(chartC, option, 0, 2000)
//
autoHover(chartC, option, 0, 2000)
}
...
...
src/viewsPc/vip/rightPage.vue
View file @
808d3b2
...
...
@@ -625,7 +625,7 @@ const setA = (arrY, arr1, arr2, arr3, markLineName, BC) => {
}
chartA
.
setOption
(
option
)
autoHover
(
chartA
,
option
,
0
,
2000
)
//
autoHover(chartA, option, 0, 2000)
}
const
setB
=
(
arrY
,
arr1
,
arr2
)
=>
{
chartB
=
echarts
.
init
(
lineRef
.
value
)
...
...
@@ -830,7 +830,7 @@ const setB = (arrY, arr1, arr2) => {
]
}
chartB
.
setOption
(
option
)
autoHover
(
chartB
,
option
,
0
,
2000
)
//
autoHover(chartB, option, 0, 2000)
}
const
setC
=
(
arry
,
arr1
,
arr2
,
arr3
)
=>
{
chartC
=
echarts
.
init
(
overdueRef
.
value
)
...
...
@@ -987,7 +987,7 @@ const setC = (arry, arr1, arr2, arr3) => {
]
}
chartC
.
setOption
(
option
)
autoHover
(
chartC
,
option
,
0
,
2000
)
//
autoHover(chartC, option, 0, 2000)
}
const
clear
=
()
=>
{
if
(
autoToolTip
)
{
...
...
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