Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
shenshaokai
jinfa-platform
Commits
c0b9421b
Commit
c0b9421b
authored
Apr 11, 2022
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 管理下级会员表格分页total的展示问题
parent
ba72b118
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
add.tsx
src/pages/systemSetting/salesmanManage/salesmanBind/add.tsx
+9
-1
No files found.
src/pages/systemSetting/salesmanManage/salesmanBind/add.tsx
View file @
c0b9421b
...
...
@@ -459,7 +459,15 @@ const SalesmanBindAdded = (props) => {
rowSelection=
{
pageStatus
!==
PageStatus
.
PREVIEW
&&
realRowSelection
}
rowKey=
'relationId'
tableProps=
{
{
dataSource
:
fliterTableData
dataSource
:
fliterTableData
,
pagination
:
{
showSizeChanger
:
true
,
showQuickJumper
:
true
,
size
:
'small'
,
pageSizeOptions
:
[
'10'
,
'20'
,
'50'
,
'100'
],
total
:
fliterTableData
.
length
,
showTotal
:
()
=>
intl
.
formatMessage
({
id
:
'componnets.standardTablePages'
},
{
totalPage
:
fliterTableData
.
length
}),
}
}
}
/>
</
CardLayout
>
...
...
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