Merge branch 'master-prod-lgh' into 'master-500-prod'
【故障管理】列名修改 See merge request !451
Showing
3 changed files
with
2 additions
and
2 deletions
@@ -310,7 +310,7 @@ const colTypes = (props, list,openLine,openAlarmDialog) => { | @@ -310,7 +310,7 @@ const colTypes = (props, list,openLine,openAlarmDialog) => { | ||
310 | }, { | 310 | }, { |
311 | prop: "abnormal", | 311 | prop: "abnormal", |
312 | width:80, | 312 | width:80, |
313 | - label: "异常出", | 313 | + label: "异常数", |
314 | render: function (row) { | 314 | render: function (row) { |
315 | return `<span >${row.abnormal == undefined ? 0 : row.abnormal }</span>` | 315 | return `<span >${row.abnormal == undefined ? 0 : row.abnormal }</span>` |
316 | } | 316 | } |
@@ -50,7 +50,7 @@ export default { | @@ -50,7 +50,7 @@ export default { | ||
50 | const optionInti=()=>{ | 50 | const optionInti=()=>{ |
51 | proxy.optionData = { | 51 | proxy.optionData = { |
52 | title: { | 52 | title: { |
53 | - text: '近30天访问量', | 53 | + text: '近30天登录量', |
54 | x:'center', | 54 | x:'center', |
55 | y:'9px', | 55 | y:'9px', |
56 | textStyle:{ | 56 | textStyle:{ |
-
Please register or login to post a comment