显示通过申请时间
This commit is contained in:
parent
bccaaf047b
commit
6ceff06d1a
|
@ -92,13 +92,14 @@
|
|||
<h1>已通过的离线申请</h1>
|
||||
<ul class="title"><li class="time">申请时间</li>
|
||||
<li class="name">数据名称</li>
|
||||
<li class="status">通过时间</li>
|
||||
</ul>
|
||||
|
||||
<?php foreach($this->dataorder3 as $order) : ?>
|
||||
<ul><li class="time"><?php echo date('Y-m-d H:i:s',strtotime($order['ts_created'])); ?></li>
|
||||
<li class="name"><a href="/data/<?php echo $order['uuid']; ?>"><?php echo $order['title']; ?></a>
|
||||
</li>
|
||||
|
||||
<li class="status"><?php echo date('Y-m-d H:i:s',strtotime($order['ts_approved'])); ?></li>
|
||||
</ul>
|
||||
<?php endforeach; ?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue