Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
何远江
yishuju-ui
Commits
672fd209
Commit
672fd209
authored
Sep 15, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改大屏显示
parent
ccea9dd1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
HotPlateChart.vue
src/views/data-screen-mock/components/HotPlateChart.vue
+2
-2
HotPlateChart.vue
src/views/data-screen/components/HotPlateChart.vue
+2
-2
No files found.
src/views/data-screen-mock/components/HotPlateChart.vue
View file @
672fd209
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
type
:
'none'
,
type
:
'none'
,
},
},
formatter
:
function
(
params
)
{
formatter
:
function
(
params
)
{
return
params
[
0
].
name
+
' : '
+
params
[
0
].
valu
e
+
'%'
;
return
params
[
0
].
name
+
' : '
+
params
[
1
].
data
.
rat
e
+
'%'
;
},
},
},
},
dataZoom
:
[
dataZoom
:
[
...
@@ -130,7 +130,7 @@
...
@@ -130,7 +130,7 @@
show
:
false
,
show
:
false
,
},
},
z
:
2
,
z
:
2
,
data
:
salvProValue
.
value
.
map
((
v
)
=>
v
.
rate
),
data
:
salvProValue
.
value
.
map
((
v
)
=>
Math
.
max
(
v
.
rate
,
100
)
),
},
},
//数据条--------------------我是分割线君------------------------------//
//数据条--------------------我是分割线君------------------------------//
{
{
...
...
src/views/data-screen/components/HotPlateChart.vue
View file @
672fd209
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
type
:
'none'
,
type
:
'none'
,
},
},
formatter
:
function
(
params
)
{
formatter
:
function
(
params
)
{
return
params
[
0
].
name
+
' : '
+
params
[
0
].
valu
e
+
'%'
;
return
params
[
0
].
name
+
' : '
+
params
[
1
].
data
.
rat
e
+
'%'
;
},
},
},
},
dataZoom
:
[
dataZoom
:
[
...
@@ -214,7 +214,7 @@
...
@@ -214,7 +214,7 @@
},
},
},
},
z
:
1
,
z
:
1
,
data
:
salvProValue
.
value
.
map
((
v
)
=>
100
),
data
:
salvProValue
.
value
.
map
((
v
)
=>
Math
.
max
(
v
.
rate
,
100
)
),
},
},
{
{
show
:
true
,
show
:
true
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment