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
8e951492
Commit
8e951492
authored
Sep 28, 2025
by
chengming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试问卷修改
parent
883f1a63
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
src/pages/TrainingTools/exam/examCheck/check/index.jsx
+5
-0
src/pages/TrainingTools/exam/examCheck/index.jsx
+3
-3
No files found.
src/pages/TrainingTools/exam/examCheck/check/index.jsx
View file @
8e951492
...
...
@@ -90,6 +90,11 @@ class Check extends Component {
title
:
"答题用时(分)"
,
dataIndex
:
"duration"
,
key
:
"duration"
,
render
:
text
=>
(
<
div
>
<
p
>
{
(
text
/
60
).
toFixed
(
2
)
}
</
p
>
</
div
>
),
},
{
title
:
"操作"
,
...
...
src/pages/TrainingTools/exam/examCheck/index.jsx
View file @
8e951492
...
...
@@ -187,9 +187,9 @@ class ExamCheck extends Component {
let
reg
=
/
[
@#
\$
%
\^
&
\*
{}|
\\]
+/g
.
test
(
examKeyword
);
if
(
!
reg
)
{
getExamList
({
examKeyword
:
examKeyword
,
page
index
:
1
,
page
s
ize
:
pagesize
,
name
:
examKeyword
,
page
No
:
1
,
page
S
ize
:
pagesize
,
});
this
.
setState
({
page
:
1
,
...
...
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