fix pageSizes error

This commit is contained in:
Natsumi
2021-05-20 16:15:51 +12:00
parent 857f2f4814
commit 4bc89cfdfb

View File

@@ -6901,7 +6901,13 @@ speechSynthesis.getVoices();
pageSize: 10, pageSize: 10,
paginationProps: { paginationProps: {
small: true, small: true,
layout: 'prev,pager,next' layout: 'prev,pager,next',
pageSizes: [
10,
25,
50,
100
]
} }
}; };
$app.data.downloadQueueTable = { $app.data.downloadQueueTable = {