Toggle navigation
Toggle navigation
This project
Loading...
Sign in
monitor_v3
/
hg-monitor-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangtao
2023-07-18 15:42:13 +0800
Commit
4d2e96024e5650d4689e3cba4e122a9b129b121b
1 parent
eb3f05b5
fix: 统一分页配置
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/table-page-column/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/table-page/index.js
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/table-page-column/index.js
View file @
4d2e960
...
...
@@ -36,12 +36,12 @@ export default {
// 分页页码设置
pageSizes
:
{
type
:
Array
,
default
:
[
10
,
50
,
100
,
200
,
300
,
400
]
default
:
[
10
,
20
,
50
,
100
,
200
,
300
,
400
]
},
// 默认展示
pageSize
:
{
type
:
Number
,
default
:
1
0
default
:
2
0
},
// 总数
total
:
{
...
...
hg-monitor-web-base/src/main/resources/static/vue3/src/components/common/table-page/index.js
View file @
4d2e960
...
...
@@ -36,12 +36,12 @@ export default {
// 分页页码设置
pageSizes
:
{
type
:
Array
,
default
:
[
10
,
50
,
100
,
200
,
300
,
400
]
default
:
[
10
,
20
,
50
,
100
,
200
,
300
,
400
]
},
// 默认展示
pageSize
:
{
type
:
Number
,
default
:
1
0
default
:
2
0
},
// 总数
total
:
{
...
...
Please
register
or
login
to post a comment