修改中英文切换

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
@@ -34,7 +34,7 @@
</a-table>
<div class="page" v-if="dataList.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"