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
ea877e9e
Commit
ea877e9e
authored
May 09, 2025
by
yanglang123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
aed4885f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
dist.zip
+0
-0
src/pages/TrainingTools/exam/examCheck/check/index.jsx
+3
-1
No files found.
dist.zip
View file @
ea877e9e
No preview for this file type
src/pages/TrainingTools/exam/examCheck/check/index.jsx
View file @
ea877e9e
...
@@ -82,7 +82,7 @@ class Check extends Component {
...
@@ -82,7 +82,7 @@ class Check extends Component {
key
:
"submitTime"
,
key
:
"submitTime"
,
render
:
text
=>
(
render
:
text
=>
(
<
div
>
<
div
>
<
p
>
{
func
.
formateTime
(
text
.
submitTime
)
}
</
p
>
<
p
>
{
func
.
formateTime
(
text
)
}
</
p
>
</
div
>
</
div
>
),
),
},
},
...
@@ -374,6 +374,8 @@ class Check extends Component {
...
@@ -374,6 +374,8 @@ class Check extends Component {
department
:
paperList
[
i
].
depart
,
department
:
paperList
[
i
].
depart
,
status
:
paperList
[
i
].
state
,
status
:
paperList
[
i
].
state
,
sum
:
paperList
[
i
].
sumScore
,
sum
:
paperList
[
i
].
sumScore
,
submitTime
:
paperList
[
i
].
submitTime
,
duration
:
paperList
[
i
].
duration
,
impersonality
:
paperList
[
i
].
objectiveScore
,
impersonality
:
paperList
[
i
].
objectiveScore
,
subjectivity
:
subjectivity
:
paperList
[
i
].
subjectiveScore
>=
0
?
paperList
[
i
].
subjectiveScore
:
""
,
paperList
[
i
].
subjectiveScore
>=
0
?
paperList
[
i
].
subjectiveScore
:
""
,
...
...
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