+ testreport: add emptyTip attribute to dtable.

This commit is contained in:
liugang
2023-11-08 13:16:41 +08:00
parent 6be0e6ea31
commit cc44072ce4
+1
View File
@@ -58,6 +58,7 @@ dtable
set::sortLink(createLink($app->rawModule, $app->rawMethod, $linkParams)),
set::fixedLeftWidth('0.33'),
set::footPager(usePager()),
set::emptyTip($lang->testreport->noReport)
);
render();