修改中英文切换

This commit is contained in:
qq787203167
2022-03-04 10:20:19 +08:00
parent bd5308395c
commit fefce57021
12 changed files with 67 additions and 133 deletions
+1 -1
View File
@@ -39,7 +39,7 @@
</div>
<div class="page" v-if="dataSource.length > 0">
<a-pagination
:show-total="total => ` ${total} `"
:show-total="total => $t('total')+` ${total} `+$t('strip')"
show-quick-jumper
show-size-changer
:page-size.sync="pageSize"