This commit is contained in:
xman 2025-04-01 18:20:23 +08:00
parent ee367f5a76
commit fb650c85cb

View File

@ -40,7 +40,7 @@
{notempty name='records'}
<div class="col-xs-12 col-sm-6">
<table>
<table class="table table-hover">
<thead>
<tr>
<th>ID</th>
@ -53,7 +53,6 @@
<tbody>
{volist name="records" id="item"}
{$item.name} - {$item.age}
<tr>
<td>{$item.id}</td>
<td>{$item.remark}</td>