|
|
|
@ -176,7 +176,7 @@
|
|
|
|
|
<th>组长</th>
|
|
|
|
|
<th>推广员</th>
|
|
|
|
|
<th>付款时间</th>
|
|
|
|
|
<th>操作</th>
|
|
|
|
|
<!-- <th>操作</th>-->
|
|
|
|
|
</tr>
|
|
|
|
|
<empty name="listData">
|
|
|
|
|
<tr class="num2">
|
|
|
|
@ -199,10 +199,10 @@
|
|
|
|
|
<td>{$vo.p_pro_account}({$vo.p_pro_real_name})</td>
|
|
|
|
|
<td>{$vo.pro_account}({$vo.pro_real_name})</td>
|
|
|
|
|
<td>{$vo.pay_time|date='Y-m-d H:i:s',###}</td>
|
|
|
|
|
<td>
|
|
|
|
|
<a href="{:U('Query/viewSpendDetailed',array('id'=>$vo['id']))}" style="cursor: pointer"
|
|
|
|
|
class="chakan">查看详细</a>
|
|
|
|
|
</td>
|
|
|
|
|
<!-- <td>-->
|
|
|
|
|
<!-- <a href="{:U('Query/viewSpendDetailed',array('id'=>$vo['id']))}" style="cursor: pointer"-->
|
|
|
|
|
<!-- class="chakan">查看详细</a>-->
|
|
|
|
|
<!-- </td>-->
|
|
|
|
|
</tr>
|
|
|
|
|
</volist>
|
|
|
|
|
</empty>
|
|
|
|
|