修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-18 17:29:43 +08:00
parent 6111e06f5f
commit 0d02f004f3
16 changed files with 16 additions and 16 deletions
@@ -37,7 +37,7 @@
</a-table>
<div class="page" v-if="dataList.length > 0">
<a-pagination
:show-total="total => $t('total')+`${total}`+$t('strip')"
:show-total="total => $t('total')+` ${total} `+$t('strip')"
show-quick-jumper
show-size-changer
:page-size.sync="pageSize"