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
5609cc28
Commit
5609cc28
authored
May 16, 2025
by
end
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
ea877e9e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
dist.zip
+0
-0
src/pages/TrainingPrograms/ProgeamsManage/index.jsx
+12
-2
No files found.
dist.zip
View file @
5609cc28
No preview for this file type
src/pages/TrainingPrograms/ProgeamsManage/index.jsx
View file @
5609cc28
...
...
@@ -3056,6 +3056,16 @@ class NewTP extends Component {
上架
</
a
>
</
Popconfirm
>
<
Popconfirm
title=
"确定要删除吗?"
okText=
"删除"
cancelText=
"取消"
onConfirm=
{
()
=>
this
.
onDelete
(
record
)
}
>
<
a
style=
{
{
marginLeft
:
"10px"
,
color
:
"rgb(24, 144, 255)"
}
}
>
删除
</
a
>
</
Popconfirm
>
<
a
style=
{
{
marginLeft
:
"10px"
,
color
:
"rgb(24, 144, 255)"
}
}
onClick=
{
()
=>
this
.
showComment
(
record
.
id
,
record
.
name
)
}
...
...
@@ -3084,7 +3094,7 @@ class NewTP extends Component {
指定用户
</
a
>
)
:
null
}
{
record
.
visibleRange
===
0
?
(
{
/* {
record.visibleRange === 0 ? (
<div style={{ marginLeft: "10px" }}>
<ImportUsers
urlParameter="trainingProject"
...
...
@@ -3092,7 +3102,7 @@ class NewTP extends Component {
/>
<ExportBtn urlParameter="trainingProject" scopeId={record.id} />
</div>
)
:
null
}
) : null}
*/
}
{
record
.
sign
===
1
?
(
<
div
>
<
Popconfirm
...
...
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