* Add execution::all custom fields.

This commit is contained in:
sunguangming
2023-06-12 15:20:44 +08:00
parent 48f6ffe37c
commit 4be4ea7d0f
3 changed files with 18 additions and 2 deletions
+4 -1
View File
@@ -73,13 +73,16 @@ toolbar
))) : null
);
$setting = $this->datatable->getSetting('execution');
dtable
(
set::userMap($users),
set::cols(array_values($config->execution->dtable->fieldList)),
set::cols($setting),
set::data($tableData),
set::checkable($canBatchAction),
set::fixedLeftWidth('44%'),
set::customCols(true),
set::onRenderCell(jsRaw('onRenderSparkline')),
set::footToolbar($footToolbar),
set::footPager(