Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pet-business-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘怀志
pet-business-web
Commits
c9676280
Commit
c9676280
authored
Jun 27, 2023
by
刘怀志
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
63526 全局,默认展示数据及分页修改
parent
09b5d627
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
index.vue
src/components/Pagination/index.vue
+1
-1
medical-record-management.vue
...s/medical-record-management/medical-record-management.vue
+1
-1
registration-queue.vue
...vice-management/registration-queue/registration-queue.vue
+1
-1
No files found.
src/components/Pagination/index.vue
View file @
c9676280
...
@@ -36,7 +36,7 @@ export default {
...
@@ -36,7 +36,7 @@ export default {
pageSizes
:
{
pageSizes
:
{
type
:
Array
,
type
:
Array
,
default
()
{
default
()
{
return
[
10
,
20
,
30
,
5
0
]
return
[
20
,
50
,
10
0
]
}
}
},
},
// 移动端页码按钮的数量端默认值5
// 移动端页码按钮的数量端默认值5
...
...
src/views/medical-record-management/medical-record-management.vue
View file @
c9676280
...
@@ -233,7 +233,7 @@ export default {
...
@@ -233,7 +233,7 @@ export default {
sort
:
null
sort
:
null
}
,
}
,
pageNum
:
1
,
pageNum
:
1
,
pageSize
:
1
0
,
pageSize
:
2
0
,
petNickname
:
null
,
petNickname
:
null
,
nickname
:
null
,
nickname
:
null
,
petOwnerNumber
:
null
,
petOwnerNumber
:
null
,
...
...
src/views/service-management/registration-queue/registration-queue.vue
View file @
c9676280
...
@@ -278,7 +278,7 @@ export default {
...
@@ -278,7 +278,7 @@ export default {
// 排序方式声明
// 排序方式声明
sort
:
''
,
sort
:
''
,
pageNum
:
1
,
pageNum
:
1
,
pageSize
:
1
0
,
pageSize
:
2
0
,
type
:
null
,
type
:
null
,
petId
:
null
,
petId
:
null
,
petNickname
:
null
,
petNickname
:
null
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment