record
This commit is contained in:
parent
ee367f5a76
commit
fb650c85cb
|
|
@ -40,7 +40,7 @@
|
||||||
|
|
||||||
{notempty name='records'}
|
{notempty name='records'}
|
||||||
<div class="col-xs-12 col-sm-6">
|
<div class="col-xs-12 col-sm-6">
|
||||||
<table>
|
<table class="table table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>ID</th>
|
<th>ID</th>
|
||||||
|
|
@ -53,7 +53,6 @@
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
{volist name="records" id="item"}
|
{volist name="records" id="item"}
|
||||||
{$item.name} - {$item.age}
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>{$item.id}</td>
|
<td>{$item.id}</td>
|
||||||
<td>{$item.remark}</td>
|
<td>{$item.remark}</td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user