Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
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
ReactWeb5
CivManage
Commits
9b678b50
Commit
9b678b50
authored
3 years ago
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页码条数
parent
122fbdd8
Pipeline
#41269
passed with stages
in 15 minutes 22 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
ChangeAddFlows.jsx
...ges/platformCenter/bsmanager/workOrder/ChangeAddFlows.jsx
+2
-1
changeAdd.jsx
src/pages/platformCenter/bsmanager/workOrder/changeAdd.jsx
+1
-0
No files found.
src/pages/platformCenter/bsmanager/workOrder/ChangeAddFlows.jsx
View file @
9b678b50
...
...
@@ -25,7 +25,7 @@ const ChangeAddFlows = props => {
const
[
searchWord
,
setSearchWord
]
=
useState
(
''
);
// 关键字
const
{
Search
}
=
Input
;
const
[
total
,
setTotal
]
=
useState
();
const
[
pageSize
,
setPageSize
]
=
useState
(
4
2
);
const
[
pageSize
,
setPageSize
]
=
useState
(
4
0
);
const
[
currentPage
,
setCurrentPage
]
=
useState
(
1
);
const
[
roleValue
,
setRoleValue
]
=
useState
([]);
const
[
checkDataRole
,
setCheckDataRole
]
=
useState
([]);
...
...
@@ -612,6 +612,7 @@ const ChangeAddFlows = props => {
defaultCurrent=
{
1
}
current=
{
currentPage
}
onChange=
{
paginationChange
}
pageSizeOptions=
{
[
10
,
20
,
40
,
100
]
}
style=
{
{
marginBottom
:
'10px'
}
}
size=
"small"
showQuickJumper
...
...
This diff is collapsed.
Click to expand it.
src/pages/platformCenter/bsmanager/workOrder/changeAdd.jsx
View file @
9b678b50
...
...
@@ -634,6 +634,7 @@ const ChangeAdd = props => {
showTotal=
{
item
=>
`共 ${item} 条`
}
defaultPageSize=
{
pageSize
}
defaultCurrent=
{
1
}
pageSizeOptions=
{
[
10
,
20
,
40
,
100
]
}
current=
{
currentPage
}
onChange=
{
paginationChange
}
style=
{
{
marginBottom
:
'10px'
}
}
...
...
This diff is collapsed.
Click to expand it.
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