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
b45af8db
Commit
b45af8db
authored
Jan 11, 2022
by
XieZhiXiong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复入库资料不显示的问题
parent
d0c65621
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/MemberProfile/index.tsx
+5
-2
No files found.
src/pages/member/components/MemberProfile/index.tsx
View file @
b45af8db
...
@@ -338,13 +338,16 @@ const MemberProfile: React.FC<IProps> = (props) => {
...
@@ -338,13 +338,16 @@ const MemberProfile: React.FC<IProps> = (props) => {
{
/* 入库信息 */
}
{
/* 入库信息 */
}
{
(
{
(
dataSource
?.
depositDetailTexts
?.
length
>
0
(
dataSource
?.
depositDetailTexts
?.
length
||
dataSource
?.
depositDetails
?.
length
)
>
0
&&
!
editableDeposit
&&
!
editableDeposit
)
?
(
)
?
(
<
Col
span=
{
24
}
>
<
Col
span=
{
24
}
>
<
AnchorPage
.
Item
itemKey=
"incomingInfo"
>
<
AnchorPage
.
Item
itemKey=
"incomingInfo"
>
<
MemberDocIncomingInfo
<
MemberDocIncomingInfo
dataSource=
{
dataSource
?.
depositDetailTexts
||
[]
}
dataSource=
{
dataSource
?.
depositDetailTexts
||
dataSource
?.
depositDetails
||
[]
}
showNew=
{
showNew
}
showNew=
{
showNew
}
id=
"incomingInfo"
id=
"incomingInfo"
/>
/>
...
...
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