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
黄庭坚
jinfa-platform
Commits
266fbd46
Commit
266fbd46
authored
Jul 03, 2021
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 完善展示
parent
b79b7ddb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
index.tsx
src/pages/member/components/MemberDocIncomingInfo/index.tsx
+5
-2
No files found.
src/pages/member/components/MemberDocIncomingInfo/index.tsx
View file @
266fbd46
...
...
@@ -2,7 +2,7 @@
* @Author: XieZhiXiong
* @Date: 2021-05-21 17:14:39
* @LastEditors: XieZhiXiong
* @LastEditTime: 2021-07-03 1
4:57:41
* @LastEditTime: 2021-07-03 1
7:33:17
* @Description: 会员入库信息
*/
import
React
from
'react'
;
...
...
@@ -65,13 +65,16 @@ const MemberDocIncomingInfo: React.FC<IProps> = (props: IProps) => {
<
div
className=
{
styles
.
changed
}
>
{
/* {ele.fieldValue} */
}
{
renderFieldTypeContent
(
ele
.
fieldType
,
ele
.
fieldValue
)
}
{
ele
.
lastValue
&&
(
{
ele
.
lastValue
&&
ele
.
lastValue
!==
ele
.
fieldValue
&&
(
<
Tooltip
title=
{
`变更前:${ele.lastValue}`
}
>
<
span
className=
{
styles
.
new
}
>
NEW
</
span
>
</
Tooltip
>
)
}
</
div
>
),
columnProps
:
{
span
:
1
,
},
});
});
});
...
...
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