Authored by 王涛

资源下划线

... ... @@ -224,7 +224,7 @@ const colTypes = (props, list,openLine,openAlarmDialog) => {
let list = data[resId];
let item = getItem(list[0]);
list.forEach(function (v) {
item[v.kpiId] = 0;//v.kpiValue;
item[v.kpiId] = v.kpiValue;
item.kpiName = v.kpiName;
if (index == 0) {
let prop = v.kpiId;
... ...