|
@@ -407,7 +407,7 @@ function WorkRecordList() {
|
|
|
current: currentPage,
|
|
current: currentPage,
|
|
|
pageSize: pageSize,
|
|
pageSize: pageSize,
|
|
|
total: total,
|
|
total: total,
|
|
|
- showSizeChanger: !isMobile,
|
|
|
|
|
|
|
+ showSizeChanger: true,
|
|
|
showQuickJumper: !isMobile,
|
|
showQuickJumper: !isMobile,
|
|
|
showTotal: (total) => `共 ${total} 条`,
|
|
showTotal: (total) => `共 ${total} 条`,
|
|
|
size: isMobile ? 'small' : 'default',
|
|
size: isMobile ? 'small' : 'default',
|