Authored by 王涛

资源下划线

... ... @@ -354,6 +354,9 @@ const resDetail = (props,openLine) => {
label: "指标值",
click:function (row){
openLine(row);
},
render:function (row){
return `<span style="text-decoration: underline;color: blue;">${row.kpiValue}</span>`
}
}, {
prop: "collTime",
... ...