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
55b3d7f9
Commit
55b3d7f9
authored
Feb 28, 2022
by
邓超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改产品配置输入框禁用问题
parent
c651493e
Pipeline
#44756
passed with stages
in 6 minutes 37 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
editForm.jsx
...pages/productCenter/productConfig/components/editForm.jsx
+2
-2
No files found.
src/pages/productCenter/productConfig/components/editForm.jsx
View file @
55b3d7f9
...
@@ -75,7 +75,7 @@ const EditForm = props => {
...
@@ -75,7 +75,7 @@ const EditForm = props => {
// },
// },
// ]}
// ]}
>
>
<
Input
placeholder=
"请输入产品名称"
allowClear
/>
<
Input
placeholder=
"请输入产品名称"
allowClear
disabled
/>
</
Item
>
</
Item
>
<
Item
<
Item
label=
"产品说明:"
label=
"产品说明:"
...
@@ -88,7 +88,7 @@ const EditForm = props => {
...
@@ -88,7 +88,7 @@ const EditForm = props => {
// },
// },
// ]}
// ]}
>
>
<
Input
placeholder=
"请输入产品说明"
/>
<
Input
placeholder=
"请输入产品说明"
disabled
/>
</
Item
>
</
Item
>
<
Item
<
Item
label=
"发布状态:"
label=
"发布状态:"
...
...
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