Authored by 王涛

Merge branch 'master-prod-lgh' into 'master-500-prod'

【故障管理】列名修改



See merge request !451
... ... @@ -310,7 +310,7 @@ const colTypes = (props, list,openLine,openAlarmDialog) => {
}, {
prop: "abnormal",
width:80,
label: "异常",
label: "异常",
render: function (row) {
return `<span >${row.abnormal == undefined ? 0 : row.abnormal }</span>`
}
... ...
... ... @@ -50,7 +50,7 @@ export default {
const optionInti=()=>{
proxy.optionData = {
title: {
text: '近30天访问量',
text: '近30天登录量',
x:'center',
y:'9px',
textStyle:{
... ...