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
129171c3
Commit
129171c3
authored
3 years ago
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改产品配置问题
parent
55b3d7f9
master
dev-database
dev-solution
dev-达梦
styleEditBranch
Pipeline
#44758
passed with stages
in 6 minutes 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
productConfig.jsx
src/pages/productCenter/productConfig/productConfig.jsx
+5
-5
No files found.
src/pages/productCenter/productConfig/productConfig.jsx
View file @
129171c3
...
...
@@ -90,9 +90,6 @@ const ProductConfig = props => {
setLoading
(
false
);
});
},
[
flag
]);
useEffect
(()
=>
{
console
.
log
(
productObj
,
'productObj1111'
);
},
[
productObj
]);
// 展示新增抽屉
const
handleAdd
=
()
=>
{
...
...
@@ -245,9 +242,12 @@ const ProductConfig = props => {
// onChange=
{
changeBut
(
item
)}
/>
</
div
>
<
span
className=
{
classnames
({
[
styles
.
itemspan
]:
true
})
}
>
{
`${item.ProductName}【${
{
/*
<span className={classnames({ [styles.itemspan]: true })}>{`${item.ProductName}【${
item.ProductType
}】`
}
</
span
>
}】`}</span> */
}
<
span
className=
{
classnames
({
[
styles
.
itemspan
]:
true
})
}
>
{
item
.
ProductType
?
`${item.ProductName}【${item.ProductType}】`
:
item
.
ProductName
}
</
span
>
</
List
.
Item
>
))
}
</
div
>
...
...
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