songxingwei 2 лет назад
Родитель
Сommit
313d95b33b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      application/admin/view/queue/index.html

+ 1 - 0
application/admin/view/queue/index.html

@@ -103,6 +103,7 @@
                         {if $vo.deal_count eq 0 and $vo.status eq 2}
                             <span style="color: red">获取数据中..</span>
                         {elseif $vo.deal_count eq $vo.maxrow and $vo.status eq 2}
+                            <span style="color: blue">处理数据中..</span>
                         {else/}
                             {$vo.deal_count|raw|default="0"}/{$vo.maxrow|raw|default="0"}
                         {/if}