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
1d16a4cb
Commit
1d16a4cb
authored
May 22, 2025
by
end
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
2a72e52a
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
39 additions
and
48 deletions
+39
-48
dist.zip
+0
-0
src/pages/OnLine/Album/AlbumManager/Comment/comment.jsx
+2
-2
src/pages/OnLine/Case/CaseManage/comment.js
+2
-2
src/pages/OnLine/CourseBank/CourseManagement/Comment/index.jsx
+2
-2
src/pages/SystemManagement/Article/index.jsx
+3
-3
src/pages/SystemManagement/Message/index.jsx
+0
-9
src/pages/TrainingPrograms/ProgeamsManage/Baseinfoform.jsx
+2
-2
src/pages/TrainingPrograms/ProgeamsManage/Comment.jsx
+2
-2
src/pages/TrainingPrograms/ProgeamsManage/index.jsx
+2
-2
src/pages/TrainingTools/exam/exam/createExam/ExamStrategy.jsx
+24
-24
No files found.
dist.zip
View file @
1d16a4cb
No preview for this file type
src/pages/OnLine/Album/AlbumManager/Comment/comment.jsx
View file @
1d16a4cb
...
@@ -405,14 +405,14 @@ class AlbumComment extends React.Component {
...
@@ -405,14 +405,14 @@ class AlbumComment extends React.Component {
<
b
>
{
this
.
props
.
match
.
params
.
name
}
</
b
>
<
b
>
{
this
.
props
.
match
.
params
.
name
}
</
b
>
</
h2
>
</
h2
>
</
Col
>
</
Col
>
<
Col
span=
{
4
}
key=
{
4
}
style=
{
{
float
:
"right"
}
}
>
{
/*
<Col span={4} key={4} style={{ float: "right" }}>
<Popconfirm
<Popconfirm
title="确定下载评论信息?"
title="确定下载评论信息?"
onConfirm={this.downloadCommentFun}
onConfirm={this.downloadCommentFun}
>
>
<Button type="primary"> 下载评论信息</Button>
<Button type="primary"> 下载评论信息</Button>
</Popconfirm>
</Popconfirm>
</
Col
>
</Col>
*/
}
</
Row
>
</
Row
>
</
Form
>
</
Form
>
</
div
>
</
div
>
...
...
src/pages/OnLine/Case/CaseManage/comment.js
View file @
1d16a4cb
...
@@ -239,7 +239,7 @@ class Casecomment extends Component {
...
@@ -239,7 +239,7 @@ class Casecomment extends Component {
<
Col
span
=
{
20
}
key
=
{
1
}
>
<
Col
span
=
{
20
}
key
=
{
1
}
>
<
h2
>
作品名称
<
/h2
>
<
h2
>
作品名称
<
/h2
>
<
/Col
>
<
/Col
>
<
Col
span
=
{
4
}
key
=
{
2
}
>
{
/*
<Col span={4} key={2}>
<Button
<Button
type="primary"
type="primary"
style={{ marginTop: "4px" }}
style={{ marginTop: "4px" }}
...
@@ -247,7 +247,7 @@ class Casecomment extends Component {
...
@@ -247,7 +247,7 @@ class Casecomment extends Component {
>
>
下载评论信息
下载评论信息
</Button>
</Button>
<
/Col
>
</Col>
*/
}
<
/Row
>
<
/Row
>
<
div
>
<
div
>
<
Table
<
Table
...
...
src/pages/OnLine/CourseBank/CourseManagement/Comment/index.jsx
View file @
1d16a4cb
...
@@ -426,7 +426,7 @@ class Comment extends React.Component {
...
@@ -426,7 +426,7 @@ class Comment extends React.Component {
</
span
>
</
span
>
</
div
>
</
div
>
<
div
{
/*
<div
className="get-comment"
className="get-comment"
style={{ overflow: "hidden", marginBottom: 20, marginTop: 20 }}
style={{ overflow: "hidden", marginBottom: 20, marginTop: 20 }}
>
>
...
@@ -442,7 +442,7 @@ class Comment extends React.Component {
...
@@ -442,7 +442,7 @@ class Comment extends React.Component {
</Col>
</Col>
</Row>
</Row>
</Form>
</Form>
</
div
>
</div>
*/
}
<
Table
<
Table
key=
{
this
.
state
.
tableKey
}
key=
{
this
.
state
.
tableKey
}
...
...
src/pages/SystemManagement/Article/index.jsx
View file @
1d16a4cb
...
@@ -295,7 +295,7 @@ class Atricle extends React.Component {
...
@@ -295,7 +295,7 @@ class Atricle extends React.Component {
const
jsonEdit
=
{
const
jsonEdit
=
{
id
,
id
,
fileName
:
values
.
fileName
.
trim
(),
fileName
:
values
.
fileName
.
trim
(),
content
:
_this
.
state
.
editor
,
content
:
values
.
content
,
author
:
values
.
author
,
author
:
values
.
author
,
deptName
:
values
.
deptName
,
deptName
:
values
.
deptName
,
pdfOssUrl
:
pdfOssUrl
,
pdfOssUrl
:
pdfOssUrl
,
...
@@ -475,7 +475,7 @@ class Atricle extends React.Component {
...
@@ -475,7 +475,7 @@ class Atricle extends React.Component {
>
>
取消发布
取消发布
</
a
>
</
a
>
<
a
{
/*
<a
className={Styles.marr10}
className={Styles.marr10}
onClick={() => {
onClick={() => {
this.setState({ title: "编辑" });
this.setState({ title: "编辑" });
...
@@ -483,7 +483,7 @@ class Atricle extends React.Component {
...
@@ -483,7 +483,7 @@ class Atricle extends React.Component {
}}
}}
>
>
编辑
编辑
</
a
>
</a>
*/
}
<
a
<
a
className=
{
Styles
.
marr10
}
className=
{
Styles
.
marr10
}
onClick=
{
()
=>
{
onClick=
{
()
=>
{
...
...
src/pages/SystemManagement/Message/index.jsx
View file @
1d16a4cb
...
@@ -377,15 +377,6 @@ class Message extends React.Component {
...
@@ -377,15 +377,6 @@ class Message extends React.Component {
},
},
},
},
{
{
title
:
"投稿时间"
,
dataIndex
:
"submitTime"
,
width
:
"100px"
,
key
:
"submitTime"
,
render
:
text
=>
(
<
span
>
{
text
?
moment
(
text
).
format
(
"YYYY-MM-DD HH:mm"
)
:
"-"
}
</
span
>
),
},
{
title
:
"接收时间"
,
title
:
"接收时间"
,
dataIndex
:
"acceptTime"
,
dataIndex
:
"acceptTime"
,
width
:
"100px"
,
width
:
"100px"
,
...
...
src/pages/TrainingPrograms/ProgeamsManage/Baseinfoform.jsx
View file @
1d16a4cb
...
@@ -180,7 +180,7 @@ class App extends React.Component {
...
@@ -180,7 +180,7 @@ class App extends React.Component {
trainfirstinfo
!==
""
?
trainfirstinfo
.
name
:
""
,
//bug-11153-liyuan 修改新增活动会出现缓存名称和时间
trainfirstinfo
!==
""
?
trainfirstinfo
.
name
:
""
,
//bug-11153-liyuan 修改新增活动会出现缓存名称和时间
rules
:
[
rules
:
[
{
{
required
:
fals
e
,
required
:
tru
e
,
validator
:
(
rule
,
value
,
callback
)
=>
{
validator
:
(
rule
,
value
,
callback
)
=>
{
validator
(
rule
,
value
,
callback
,
"请输入活动名称"
,
50
);
validator
(
rule
,
value
,
callback
,
"请输入活动名称"
,
50
);
},
},
...
@@ -281,7 +281,7 @@ class App extends React.Component {
...
@@ -281,7 +281,7 @@ class App extends React.Component {
<
FormItem
label=
"活动时间"
{
...
timeLayout
}
>
<
FormItem
label=
"活动时间"
{
...
timeLayout
}
>
{
getFieldDecorator
(
"time"
,
{
{
getFieldDecorator
(
"time"
,
{
rules
:
[
rules
:
[
{
type
:
"array"
,
required
:
fals
e
,
message
:
"请选择时间"
},
{
type
:
"array"
,
required
:
tru
e
,
message
:
"请选择时间"
},
],
],
initialValue
:
""
,
initialValue
:
""
,
})(
})(
...
...
src/pages/TrainingPrograms/ProgeamsManage/Comment.jsx
View file @
1d16a4cb
...
@@ -330,7 +330,7 @@ class Comment extends React.Component {
...
@@ -330,7 +330,7 @@ class Comment extends React.Component {
<
div
className=
{
styles
.
mar40
}
>
<
div
className=
{
styles
.
mar40
}
>
<
span
>
<
span
>
<
h2
>
{
this
.
props
.
name
}
</
h2
>
<
h2
>
{
this
.
props
.
name
}
</
h2
>
<
Row
style=
{
{
top
:
"-10px"
}
}
>
{
/*
<Row style={{ top: "-10px" }}>
<Col span={4} key={4} style={{ float: "right" }}>
<Col span={4} key={4} style={{ float: "right" }}>
<Popconfirm
<Popconfirm
title="确定下载评论信息?"
title="确定下载评论信息?"
...
@@ -339,7 +339,7 @@ class Comment extends React.Component {
...
@@ -339,7 +339,7 @@ class Comment extends React.Component {
<Button type="primary">下载评论信息</Button>
<Button type="primary">下载评论信息</Button>
</Popconfirm>
</Popconfirm>
</Col>
</Col>
</
Row
>
</Row>
*/
}
</
span
>
</
span
>
<
Table
<
Table
columns=
{
this
.
columns
}
columns=
{
this
.
columns
}
...
...
src/pages/TrainingPrograms/ProgeamsManage/index.jsx
View file @
1d16a4cb
...
@@ -3074,14 +3074,14 @@ class NewTP extends Component {
...
@@ -3074,14 +3074,14 @@ class NewTP extends Component {
</
a
>
</
a
>
</
div
>
</
div
>
)
}
)
}
<
div
>
{
/*
<div>
<a
<a
style={{ marginLeft: "10px", color: "rgb(24, 144, 255)" }}
style={{ marginLeft: "10px", color: "rgb(24, 144, 255)" }}
onClick={() => this.openResource(record.id)}
onClick={() => this.openResource(record.id)}
>
>
资料
资料
</a>
</a>
</
div
>
</div>
*/
}
{
/*修改可见范围*/
}
{
/*修改可见范围*/
}
{
/*<a href="#4" style={{marginLeft:"10px",color:"#00CCFF"}}>项目范围</a>*/
}
{
/*<a href="#4" style={{marginLeft:"10px",color:"#00CCFF"}}>项目范围</a>*/
}
...
...
src/pages/TrainingTools/exam/exam/createExam/ExamStrategy.jsx
View file @
1d16a4cb
...
@@ -176,10 +176,10 @@ class ExamStrategy extends Component {
...
@@ -176,10 +176,10 @@ class ExamStrategy extends Component {
strategyInfo
:
{
strategyInfo
:
{
examRange
:
1
,
examRange
:
1
,
displayStyle
:
1
,
displayStyle
:
1
,
showPaper
:
0
,
showPaper
:
1
,
showGrade
:
0
,
showGrade
:
1
,
showAnswer
:
0
,
showAnswer
:
1
,
showAnalysis
:
0
,
showAnalysis
:
1
,
showComment
:
0
,
showComment
:
0
,
integral
:
0
,
integral
:
0
,
remind
:
0
,
remind
:
0
,
...
@@ -956,9 +956,9 @@ class ExamStrategy extends Component {
...
@@ -956,9 +956,9 @@ class ExamStrategy extends Component {
:
this
.
state
.
strategyInfo
.
showPaper
,
:
this
.
state
.
strategyInfo
.
showPaper
,
})(
})(
<
Select
disabled
>
<
Select
disabled
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
{
/* <Option value={0}>不显示</Option> */
}
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
{
/* <Option value={2}>考试结束后显示</Option> */
}
</
Select
>
</
Select
>
)
}
)
}
</
FormItem
>
</
FormItem
>
...
@@ -972,9 +972,9 @@ class ExamStrategy extends Component {
...
@@ -972,9 +972,9 @@ class ExamStrategy extends Component {
:
this
.
state
.
strategyInfo
.
showGrade
,
:
this
.
state
.
strategyInfo
.
showGrade
,
})(
})(
<
Select
disabled
>
<
Select
disabled
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
{
/* <Option value={0}>不显示</Option> */
}
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
{
/* <Option value={2}>考试结束后显示</Option> */
}
</
Select
>
</
Select
>
)
}
)
}
</
FormItem
>
</
FormItem
>
...
@@ -988,9 +988,9 @@ class ExamStrategy extends Component {
...
@@ -988,9 +988,9 @@ class ExamStrategy extends Component {
:
this
.
state
.
strategyInfo
.
showAnswer
,
:
this
.
state
.
strategyInfo
.
showAnswer
,
})(
})(
<
Select
disabled
>
<
Select
disabled
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
{
/* <Option value={0}>不显示</Option> */
}
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
{
/* <Option value={2}>考试结束后显示</Option> */
}
</
Select
>
</
Select
>
)
}
)
}
</
FormItem
>
</
FormItem
>
...
@@ -1004,9 +1004,9 @@ class ExamStrategy extends Component {
...
@@ -1004,9 +1004,9 @@ class ExamStrategy extends Component {
:
this
.
state
.
strategyInfo
.
showAnalysis
,
:
this
.
state
.
strategyInfo
.
showAnalysis
,
})(
})(
<
Select
disabled
>
<
Select
disabled
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
{
/* <Option value={0}>不显示</Option> */
}
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
{
/* <Option value={2}>考试结束后显示</Option> */
}
</
Select
>
</
Select
>
)
}
)
}
</
FormItem
>
</
FormItem
>
...
@@ -1021,8 +1021,8 @@ class ExamStrategy extends Component {
...
@@ -1021,8 +1021,8 @@ class ExamStrategy extends Component {
})(
})(
<
Select
onChange=
{
this
.
onSelectComment
}
disabled
>
<
Select
onChange=
{
this
.
onSelectComment
}
disabled
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
{
/* <Option value={1}>交卷后显示</Option> */
}
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
{
/* <Option value={2}>考试结束后显示</Option> */
}
</
Select
>
</
Select
>
)
}
)
}
<
div
<
div
...
@@ -1218,9 +1218,9 @@ class ExamStrategy extends Component {
...
@@ -1218,9 +1218,9 @@ class ExamStrategy extends Component {
:
this
.
state
.
strategyInfo
.
showPaper
,
:
this
.
state
.
strategyInfo
.
showPaper
,
})(
})(
<
Select
style=
{
{
width
:
200
}
}
>
<
Select
style=
{
{
width
:
200
}
}
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
{
/* <Option value={0}>不显示</Option> */
}
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
{
/* <Option value={2}>考试结束后显示</Option> */
}
</
Select
>
</
Select
>
)
}
)
}
</
FormItem
>
</
FormItem
>
...
@@ -1232,9 +1232,9 @@ class ExamStrategy extends Component {
...
@@ -1232,9 +1232,9 @@ class ExamStrategy extends Component {
:
this
.
state
.
strategyInfo
.
showGrade
,
:
this
.
state
.
strategyInfo
.
showGrade
,
})(
})(
<
Select
style=
{
{
width
:
200
}
}
>
<
Select
style=
{
{
width
:
200
}
}
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
{
/* <Option value={0}>不显示</Option> */
}
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
{
/* <Option value={2}>考试结束后显示</Option> */
}
</
Select
>
</
Select
>
)
}
)
}
</
FormItem
>
</
FormItem
>
...
@@ -1246,9 +1246,9 @@ class ExamStrategy extends Component {
...
@@ -1246,9 +1246,9 @@ class ExamStrategy extends Component {
:
this
.
state
.
strategyInfo
.
showAnswer
,
:
this
.
state
.
strategyInfo
.
showAnswer
,
})(
})(
<
Select
style=
{
{
width
:
200
}
}
>
<
Select
style=
{
{
width
:
200
}
}
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
{
/* <Option value={0}>不显示</Option> */
}
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
{
/* <Option value={2}>考试结束后显示</Option> */
}
</
Select
>
</
Select
>
)
}
)
}
</
FormItem
>
</
FormItem
>
...
@@ -1260,9 +1260,9 @@ class ExamStrategy extends Component {
...
@@ -1260,9 +1260,9 @@ class ExamStrategy extends Component {
:
this
.
state
.
strategyInfo
.
showAnalysis
,
:
this
.
state
.
strategyInfo
.
showAnalysis
,
})(
})(
<
Select
style=
{
{
width
:
200
}
}
>
<
Select
style=
{
{
width
:
200
}
}
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
{
/* <Option value={0}>不显示</Option> */
}
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
{
/* <Option value={2}>考试结束后显示</Option> */
}
</
Select
>
</
Select
>
)
}
)
}
</
FormItem
>
</
FormItem
>
...
@@ -1278,8 +1278,8 @@ class ExamStrategy extends Component {
...
@@ -1278,8 +1278,8 @@ class ExamStrategy extends Component {
onChange=
{
this
.
onSelectComment
}
onChange=
{
this
.
onSelectComment
}
>
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
<
Option
value=
{
0
}
>
不显示
</
Option
>
<
Option
value=
{
1
}
>
交卷后显示
</
Option
>
{
/*
<Option value={1}>交卷后显示</Option>
<
Option
value=
{
2
}
>
考试结束后显示
</
Option
>
<Option value={2}>考试结束后显示</Option>
*/
}
</
Select
>
</
Select
>
)
}
)
}
{
/*<Popover content={evaluate}>*/
}
{
/*<Popover content={evaluate}>*/
}
...
...
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