From cb730cf4246fe7c04a6a7ec568bc3ada9c0ad2b1 Mon Sep 17 00:00:00 2001 From: wangyuting Date: Wed, 25 Jun 2025 11:43:55 +0800 Subject: [PATCH] * [bug#63565,done,0.2h,0h] Remove testtask scene pri and assignedTo field. --- module/testtask/js/cases.ui.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/module/testtask/js/cases.ui.js b/module/testtask/js/cases.ui.js index 9008bd4e23..06621db4cd 100644 --- a/module/testtask/js/cases.ui.js +++ b/module/testtask/js/cases.ui.js @@ -79,6 +79,8 @@ window.onRenderCell = function(result, {row, col}) } } + if((col.name == 'assignedTo' || col.name == 'pri') && row.data.isScene) delete result[0]; + if(row.data.isScene && col.name == 'title' && typeof result[0] == 'object') { delete result[0].props['href'];