Commit 61cd0281 authored by 李苏's avatar 李苏 💬

首页变更

parent 8d66093c
...@@ -747,7 +747,7 @@ export const powerRoutes=[ ...@@ -747,7 +747,7 @@ export const powerRoutes=[
"icon": "", "icon": "",
"noCache": false, "noCache": false,
"link": null, "link": null,
"mkid":'test', "mkid":905200300,
}, },
name:'performanceReportSet', name:'performanceReportSet',
path:"performanceReportSet" path:"performanceReportSet"
......
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
start, start,
stop, stop,
excute excute
} from '@/api/riskPrecontrol/riskSet'; } from '@/api/daily/lzsz.js';
/* edit页面*/ /* edit页面*/
import Edit from './edit' import Edit from './edit'
......
...@@ -325,6 +325,16 @@ ...@@ -325,6 +325,16 @@
series: [ series: [
{ {
axisLine: {
lineStyle: {
width: 6,
color: [
[0.25, '#FF6E76'],
[0.5, '#FDDD60'],
[0.75, '#58D9F9'],
[1, '#7CFFB2']
]
}},
radius:'90%', radius:'90%',
name:setting.title, name:setting.title,
type: 'gauge', type: 'gauge',
...@@ -337,7 +347,11 @@ ...@@ -337,7 +347,11 @@
}, },
detail: { detail: {
valueAnimation: true, valueAnimation: true,
formatter: '{value}' formatter: '{value}',
textStyle:{
fontSize:17
}
}, },
data: [ data: [
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment