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

This commit is contained in:
liumengyi
2023-11-13 15:50:39 +08:00
parent 7f6f8e87d3
commit c1982f97cd
21 changed files with 155 additions and 155 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ div
set::sortLink(inlink('testtask', "userID={$user->id}&orderBy={name}_{sortType}&recTotal={$pager->recTotal}&recPerPage={$pager->recPerPage}&pageID={$pager->pageID}")),
set::footPager(usePager()),
set::onRenderCell(jsRaw('window.renderCell')),
set::footer(array(array('html' => $summary, 'className' => "text-dark"), 'flex', 'pager')),
set::footer(array(array('html' => $summary, 'className' => "text-dark"), 'flex', 'pager'))
)
);