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
bf8b49da
Commit
bf8b49da
authored
May 31, 2025
by
end
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
fb3477d5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
src/pages/TrainingTools/exam/exam/createExam/ExamStrategy.jsx
+3
-7
No files found.
src/pages/TrainingTools/exam/exam/createExam/ExamStrategy.jsx
View file @
bf8b49da
...
@@ -175,7 +175,7 @@ class ExamStrategy extends Component {
...
@@ -175,7 +175,7 @@ class ExamStrategy extends Component {
enableTask
:
0
,
//是否显示日历任务,0不为显示
enableTask
:
0
,
//是否显示日历任务,0不为显示
strategyInfo
:
{
strategyInfo
:
{
examRange
:
1
,
examRange
:
1
,
displayStyle
:
1
,
displayStyle
:
2
,
showPaper
:
1
,
showPaper
:
1
,
showGrade
:
1
,
showGrade
:
1
,
showAnswer
:
1
,
showAnswer
:
1
,
...
@@ -911,9 +911,7 @@ class ExamStrategy extends Component {
...
@@ -911,9 +911,7 @@ class ExamStrategy extends Component {
message
:
"请选择呈现样式"
,
message
:
"请选择呈现样式"
,
},
},
],
],
initialValue
:
examInfo
.
pageMode
initialValue
:
this
.
state
.
strategyInfo
.
displayStyle
,
?
examInfo
.
pageMode
:
this
.
state
.
strategyInfo
.
displayStyle
,
})(
})(
<
RadioGroup
disabled
>
<
RadioGroup
disabled
>
{
/* <Radio value={1}>整页呈现</Radio> */
}
{
/* <Radio value={1}>整页呈现</Radio> */
}
...
@@ -1143,9 +1141,7 @@ class ExamStrategy extends Component {
...
@@ -1143,9 +1141,7 @@ class ExamStrategy extends Component {
message
:
"请选择呈现样式"
,
message
:
"请选择呈现样式"
,
},
},
],
],
initialValue
:
examInfo
.
pageMode
initialValue
:
this
.
state
.
strategyInfo
.
displayStyle
,
?
examInfo
.
pageMode
:
this
.
state
.
strategyInfo
.
displayStyle
,
})(
})(
<
RadioGroup
>
<
RadioGroup
>
{
/* <Radio value={1}>整页呈现</Radio> */
}
{
/* <Radio value={1}>整页呈现</Radio> */
}
...
...
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