...
|
...
|
@@ -49,16 +49,13 @@ |
|
|
<td>{$vo.wx_id}</td>
|
|
|
<td>{$vo.mobile}</td>
|
|
|
<td>{$vo.join_reason}</td>
|
|
|
<if condition="$vo.status==1"> <td>审核中</td> </if>
|
|
|
<if condition="$vo.status==2"> <td>审核通过</td> </if>
|
|
|
<if condition="$vo.status==3"> <td>审核失败</td> </if>
|
|
|
<if condition="$vo.status==0"> <td>审核中</td> </if>
|
|
|
<if condition="$vo.status==1"> <td>审核通过</td> </if>
|
|
|
<if condition="$vo.status==-1"> <td>审核失败</td> </if>
|
|
|
<td>
|
|
|
<a href='{:url("applyList",array("id"=>$vo["id"]))}'>团队申请列表</a>|
|
|
|
<a href='{:url("edit",array("id"=>$vo["id"]))}'>{:lang('EDIT')}</a>|
|
|
|
<a class="js-ajax-delete" href="{:url('activity/delete',array('id'=>$vo['id']))}">{:lang('DELETE')}</a>
|
|
|
<if condition="$vo.status==1">|
|
|
|
<a class="js-ajax-dialog-btn" data-msg="确定通审核吗?" href="{:url('pass',array('id'=>$vo['id'],'status'=>'2'))}">通过审核</a>|
|
|
|
<a class="js-ajax-dialog-btn" data-msg="确定拒绝通过吗?" href="{:url('pass',array('id'=>$vo['id'],'status'=>'3'))}">不通过审核</a>|
|
|
|
<if condition="$vo.status==0">
|
|
|
<a class="js-ajax-dialog-btn" data-msg="确定通审核吗?" href="{:url('apply_pass',array('id'=>$vo['id'],'status'=>'1'))}">通过审核</a>|
|
|
|
<a class="js-ajax-dialog-btn" data-msg="确定拒绝通过吗?" href="{:url('apply_pass',array('id'=>$vo['id'],'status'=>'-1'))}">不通过审核</a>
|
|
|
</if>
|
|
|
|
|
|
|
...
|
...
|
|