0794f3bc by yangjianbin

init

1 parent 1141121f
......@@ -61,10 +61,10 @@
</tr>
</thead>
<tbody class="text-c">
<?php foreach ($plan as $k=>$v):?>
<?php foreach ($plan->repayPlans as $k=>$v):?>
<tr>
<td>1 <?=$v?></td>
<td>500</td>
<td><?=$v->period?></td>
<td><?=$v->totalAmount?></td>
</tr>
<?php endforeach;?>
</tbody>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!