exam user show type

This commit is contained in:
xiaomlove
2024-07-10 03:03:00 +08:00
parent bb97f437fb
commit 84c6f6c654
6 changed files with 18 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ foreach ($rows as $row) {
$claimClass, $row->id, $claimBtnText, $claimDisabled
);
$columns = [];
$columns[] = sprintf('<td><strong>%s</strong></td>', $row->name);
$columns[] = sprintf('<td class="nowrap"><strong>%s</strong></td>', $row->name);
$columns[] = sprintf('<td>%s</td>', $row->indexFormatted);
$columns[] = sprintf('<td>%s</td>', $row->getBeginForUser());
$columns[] = sprintf('<td>%s</td>', $row->getEndForUser());