...
|
...
|
@@ -15,11 +15,11 @@ |
|
|
<div class="tab_box">
|
|
|
<div class="tab_item tab_on">
|
|
|
<text>待处理</text>
|
|
|
<text class="point">{$count0|default=0}</text>
|
|
|
<if condiction="$count0 neq 0"> <text class="point">{$count0|default=0}</text></if>
|
|
|
</div>
|
|
|
<div class="tab_item">
|
|
|
<text>已处理</text>
|
|
|
<text class="point">{$count1|default=0}</text>
|
|
|
<if condiction="$count1 neq 0"> <text class="point">{$count1|default=0}</text></if>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div>
|
...
|
...
|
|