mirror of
https://github.com/stardrophere/InsightRadar.git
synced 2026-06-06 01:57:51 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1604decd3c | |||
| 98971588ae | |||
| 531844f33c |
@@ -93,7 +93,7 @@ const hoursOptions = [
|
|||||||
const sortOptions = [
|
const sortOptions = [
|
||||||
{ label: '时间排序', value: 'created_at' },
|
{ label: '时间排序', value: 'created_at' },
|
||||||
{ label: '热度排序', value: 'hot_score' },
|
{ label: '热度排序', value: 'hot_score' },
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
const recSortOptions = [
|
const recSortOptions = [
|
||||||
@@ -846,10 +846,10 @@ watch(() => route.query.event, (newId) => {
|
|||||||
<i class="fa-regular fa-clock"></i>
|
<i class="fa-regular fa-clock"></i>
|
||||||
最后同步: {{ lastSyncText }}
|
最后同步: {{ lastSyncText }}
|
||||||
</span>
|
</span>
|
||||||
<span v-if="stats.error_tasks_today > 0" class="error-count">
|
<!-- <span v-if="stats.error_tasks_today > 0" class="error-count">
|
||||||
<i class="fa-solid fa-triangle-exclamation"></i>
|
<i class="fa-solid fa-triangle-exclamation"></i>
|
||||||
{{ stats.error_tasks_today }} 个异常
|
{{ stats.error_tasks_today }} 个异常
|
||||||
</span>
|
</span> -->
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user