Showing
1 changed file
with
3 additions
and
0 deletions
@@ -354,6 +354,9 @@ const resDetail = (props,openLine) => { | @@ -354,6 +354,9 @@ const resDetail = (props,openLine) => { | ||
354 | label: "指标值", | 354 | label: "指标值", |
355 | click:function (row){ | 355 | click:function (row){ |
356 | openLine(row); | 356 | openLine(row); |
357 | + }, | ||
358 | + render:function (row){ | ||
359 | + return `<span style="text-decoration: underline;color: blue;">${row.kpiValue}</span>` | ||
357 | } | 360 | } |
358 | }, { | 361 | }, { |
359 | prop: "collTime", | 362 | prop: "collTime", |
-
Please register or login to post a comment