|
@@ -825,8 +825,8 @@ function lineChartHome(dataX,dataY1,dataY2,dataY3){
|
|
|
formatter: function(param) {
|
|
|
return `<div style="color:#fff;">${param[0].name}<br>
|
|
|
<i style="background:#00A1FF;margin-right:5px;display:inline-block;width:8px;height:8px;border-radius:50%"></i>病案首页合格率:${param[0]&¶m[0].value}%<br>
|
|
|
- <i style="background:#FF2B92;margin-right:5px;display:inline-block;width:8px;height:8px;border-radius:50%"></i>病案首页合格率:${param[1]&¶m[1].value}%<br>
|
|
|
- <i style="background:#3EFFD1;margin-right:5px;display:inline-block;width:8px;height:8px;border-radius:50%"></i>病案首页合格率:${param[2]&¶m[2].value}%<br>
|
|
|
+ <i style="background:#FF2B92;margin-right:5px;display:inline-block;width:8px;height:8px;border-radius:50%"></i>病案首页完整率:${param[1]&¶m[1].value}%<br>
|
|
|
+ <i style="background:#3EFFD1;margin-right:5px;display:inline-block;width:8px;height:8px;border-radius:50%"></i>病案首页完善率:${param[2]&¶m[2].value}%<br>
|
|
|
</div>`
|
|
|
}
|
|
|
},
|