...
|
...
|
@@ -153,7 +153,7 @@ export default { |
|
|
let title = `${row.faultBody}(${row.faultNo})诊断报告`;
|
|
|
let configId = row.faultconfid;
|
|
|
// 设置相信信息
|
|
|
proxy.$global.openBlankWindow(`/vue3/index.html#/fault/result/faultDetail?faultNo=${row.faultNo}&faultTitle=${title}&configId=${configId}`)
|
|
|
proxy.$global.openBlankWindow(`/vue3/index.html#/fault/result/faultDetail?faultNo=${row.faultNo}&faultTitle=${title}&configId=${configId}`,"90%","90%")
|
|
|
},
|
|
|
render: function (row) {
|
|
|
return `<span style="text-decoration: underline;color: blue;">${row.faultBody}</span>`
|
...
|
...
|
|