fix: 去除页面编号井号显示

This commit is contained in:
meijiali
2026-07-03 19:12:08 +08:00
parent 4102ecc4e3
commit 07ce3d4fcd
5 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{% set ai_percent = rate_percent(task.analysis_success_rate) %}
<tr>
<td>
<strong>{{ task.display_id or ("#" ~ loop.index) }}</strong>
<strong>{{ task.display_id or loop.index }}</strong>
{% if task.is_demo %}
<br><span class="badge text-bg-info">Demo 数据</span>
{% endif %}