Showing
1 changed file
with
1 additions
and
1 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 | } |
-
Please register or login to post a comment