This commit is contained in:
kaadon
2025-08-15 12:14:48 +08:00
parent feed4da272
commit 53463867db
3 changed files with 45 additions and 12 deletions

View File

@ -50,6 +50,7 @@
<th class='text-left nowrap'>当前收益(元)</th>
<th class='text-left nowrap'>预期收益(元)</th>
<th class='text-left nowrap'>开始时间</th>
<th class='text-left nowrap'>结算时间</th>
<th class='text-left nowrap'>结束时间</th>
<th class='text-left nowrap'>状态</th>
<th class='text-left nowrap'></th>
@ -89,6 +90,9 @@
<td class='text-left nowrap'>
{$vo.start_time}
</td>
<td class='text-left nowrap'>
{:date('Y-m-d H:i:s',$vo.profit_time)}
</td>
<td class='text-left nowrap'>
{$vo.end_time}
</td>