* Remove , at the end of row in the lastest children in testtask.

This commit is contained in:
liumengyi
2023-11-13 13:55:51 +08:00
parent 84ace71a9a
commit 14c7148145
16 changed files with 147 additions and 147 deletions
+3 -3
View File
@@ -54,14 +54,14 @@ toolbar
set::icon('kanban')
),
set::items($viewItems),
set::placement('bottom-end'),
set::placement('bottom-end')
),
$canLinkCase ? btn
(
set::className('ghost'),
set::icon('link'),
set::url(inlink('linkCase', "taskID=$task->id")),
$lang->testtask->linkCase,
$lang->testtask->linkCase
) : null,
$canExport ? btn
(
@@ -106,7 +106,7 @@ dtable
set::data($cases),
set::plugins(array('cellspan')),
set::onRenderCell(jsRaw('window.onRenderCell')),
set::getCellSpan(jsRaw('window.getCellSpan')),
set::getCellSpan(jsRaw('window.getCellSpan'))
);
render();