Authored by 王涛

资源下划线

@@ -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",