record
This commit is contained in:
parent
ee367f5a76
commit
fb650c85cb
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user