This commit is contained in:
sunguangming
2024-05-15 13:16:24 +08:00
parent 2f5fb8cf4b
commit 217a6d40c3
+6
View File
@@ -92,6 +92,12 @@ $sortLink = $app->rawMethod == 'audit' ? createLink('my', 'audit', "browseType
$cols = array_values($config->my->audit->dtable->fieldList);
$data = array_values($reviewList);
$data = array_map(function($row)
{
$row->module = isset($row->storyType) ? $row->storyType : $row->module;
return $row;
}, $data);
dtable
(
set::cols($cols),