This commit is contained in:
2022-09-02 11:33:34 +08:00
parent 744f288b70
commit 12556886b9
33 changed files with 280 additions and 254 deletions

View File

@@ -5,7 +5,7 @@
<div class="sort-item-box">
<div class="sort-item-box-top">
<!-- <p>{{ $t('module.report.reportSort.all') }}</p> -->
<p>全部</p>
<p>{{ $t('all') }}</p>
</div>
<div class="sort-item-box-bottom">{{ allNum }} {{ allNum > 1 ? 'Reports' : 'Report' }}</div>
</div>