fix:仪表盘分页器中英文
This commit is contained in:
@@ -179,7 +179,7 @@ const handlePageSizeChange = (size: number) => {
|
||||
total: total,
|
||||
showSizeChanger: true,
|
||||
showQuickJumper: true,
|
||||
showTotal: (total: number) => `共 ${total} 条`,
|
||||
showTotal: (total: number) => `${t('page.carddata.total')} ${total} `,
|
||||
onChange: handlePageChange,
|
||||
onShowSizeChange: handlePageSizeChange
|
||||
}"
|
||||
|
||||
Reference in New Issue
Block a user