|
@@ -56,7 +56,8 @@
|
|
|
<td><{$item.count}></td>
|
|
|
<td><{$item.addtime}></td>
|
|
|
<td><{$item.sendtime}></td>
|
|
|
- <td <{if $item.status==2}>style="color:red;"<{/if}>><{$status_array[$item.status]}></td>
|
|
|
+ <td <{if $item.status==2}>style="color:red;"<{/if}>
|
|
|
+ <{if $item.status==3}>style="color:green;"<{/if}>><{$status_array[$item.status]}></td>
|
|
|
<td <{if $item.send_type==2}><{/if}>><{$send_array[$item.send_type]}></td>
|
|
|
|
|
|
<td>
|