更新mock设置
Former-commit-id: 3561c0b2ab4034d5d5a89b6a2f35de618c147c2c [formerly 3561c0b2ab4034d5d5a89b6a2f35de618c147c2c [formerly 3561c0b2ab4034d5d5a89b6a2f35de618c147c2c [formerly 3561c0b2ab4034d5d5a89b6a2f35de618c147c2c [formerly ac1af8ddc9819b789fd70b8da10ee223faed6e69 [formerly 22a45253b3ddb18715a39500f9bf5b56e1b37c6e]]]]] Former-commit-id: acba007c5344dce6a0122676027ba0266c5636b0 Former-commit-id: 33b90caaf8810a029cf1f051b4b0f30f7c328309 Former-commit-id: 6d602d737c16c5eda5f8e2448acb7c83c8df8c4c [formerly 415683706be473d2888806175eec075c57798e0e] Former-commit-id: c5285636ff550374708ba4346fc6e98eb08d32e3 Former-commit-id: 0ed99aac2efee06256bc94d52eac820ca24dda35 Former-commit-id: d8a75b3f1da2a75645e0965f2b278bde10ef16cb Former-commit-id: 8b424ac8ef5df06cb89d76e4ba3a3fcdeb34f113 Former-commit-id: 93f866cbfcf129ed0f0393c4bf567a45c6a17568
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
:current-page="current"
|
||||
:page-size="size"
|
||||
:total="total"
|
||||
:page-sizes="[100, 200, 300, 400]"
|
||||
:page-sizes="[10, 20, 30, 40]"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
style="margin: -10px;"
|
||||
@size-change="handleSizeChange"
|
||||
|
||||
@@ -33,7 +33,7 @@ export default {
|
||||
loading: false,
|
||||
page: {
|
||||
current: 1,
|
||||
size: 100,
|
||||
size: 10,
|
||||
total: 0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user