Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sass-admin
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hqzhdj_app
sass-admin
Commits
986a2887
Commit
986a2887
authored
Oct 28, 2025
by
chengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除活动的积分设置
parent
1158e932
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
53 deletions
+0
-53
src/pages/TrainingPrograms/ProgeamsManage/index.jsx
+0
-53
No files found.
src/pages/TrainingPrograms/ProgeamsManage/index.jsx
View file @
986a2887
...
@@ -3617,59 +3617,6 @@ class NewTP extends Component {
...
@@ -3617,59 +3617,6 @@ class NewTP extends Component {
changeTask=
{
this
.
changeTask
}
changeTask=
{
this
.
changeTask
}
formItemLayout=
{
formItemLayout2
}
formItemLayout=
{
formItemLayout2
}
/>
/>
<
div
style=
{
{
marginLeft
:
"48px"
,
marginRight
:
"585px"
,
height
:
"120px"
,
}
}
>
{
this
.
state
.
title
===
"新建项目"
?
(
<
Form
.
Item
{
...
formItemLayout
}
label=
"设置积分: "
>
{
getFieldDecorator
(
"point"
,
{
initialValue
:
0
,
rules
:
[
{
required
:
false
,
pattern
:
/^
[
0-9
]\d
*$/
,
message
:
"请输入正确积分"
,
},
],
})(
<
Input
defaultValue=
"0"
style=
{
{
marginLeft
:
"10px"
}
}
disabled=
{
usable
}
/>
)
}
</
Form
.
Item
>
)
:
(
<
Form
.
Item
{
...
formItemLayout
}
label=
"设置积分: "
>
{
getFieldDecorator
(
"point"
,
{
initialValue
:
this
.
props
.
trainsetting
.
point
===
0
?
0
:
this
.
props
.
trainsetting
.
point
?
this
.
props
.
trainsetting
.
point
:
""
,
rules
:
[
{
required
:
false
,
pattern
:
/^
[
0-9
]\d
*$/
,
message
:
"请输入正确积分"
,
},
],
})(
<
Input
defaultValue=
"0"
style=
{
{
marginLeft
:
"10px"
}
}
disabled=
{
usable
}
/>
)
}
</
Form
.
Item
>
)
}
</
div
>
</
div
>
</
div
>
</
div
>
</
div
>
))
||
))
||
...
...
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