Authored by 王涛

Merge branch 'master-v32-xwx' into 'master'

故障管理更多列表出现undeifind



See merge request !826
... ... @@ -351,7 +351,7 @@ const faultEvent = () => {
};
colObj['render'] = (row) => {
if (row) {
if (row[kpiId]) {
return `<span style="text-decoration: underline;color:#1e9fff;">${row[kpiId]}</span>`
}
return '';
... ...