Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
dc0e7495
Commit
dc0e7495
authored
Aug 24, 2021
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cc2f0c68
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
43 additions
and
346 deletions
+43
-346
exam-paperform.vue
src/components/exam/exam-paperform.vue
+1
-1
setopen-form.vue
src/components/exam/setopen-form.vue
+3
-1
examPaper.vue
src/pages/course/examPaper.vue
+38
-343
examPaper.vue
src/pages/exam/examPaper.vue
+1
-1
No files found.
src/components/exam/exam-paperform.vue
View file @
dc0e7495
...
@@ -273,7 +273,7 @@
...
@@ -273,7 +273,7 @@
this
.
refreshPage
();
this
.
refreshPage
();
},
},
refreshPage
()
{
refreshPage
()
{
this
.
$emit
(
'
refreshPage
'
);
this
.
$emit
(
'
success
'
);
},
},
//点击编辑 跳转
//点击编辑 跳转
goExameEdit
(
item
)
{
goExameEdit
(
item
)
{
...
...
src/components/exam/setopen-form.vue
View file @
dc0e7495
...
@@ -54,7 +54,9 @@
...
@@ -54,7 +54,9 @@
initObj
()
{
initObj
()
{
if
(
this
.
saveObj
)
{
if
(
this
.
saveObj
)
{
this
.
objOption
.
PaperIds
.
push
(
this
.
saveObj
.
PaperId
);
this
.
objOption
.
PaperIds
.
push
(
this
.
saveObj
.
PaperId
);
this
.
objOption
.
IsOpen
=
this
.
saveObj
.
IsOpen
;
if
(
this
.
saveObj
.
IsOpen
>
0
){
this
.
objOption
.
IsOpen
=
this
.
saveObj
.
IsOpen
;
}
}
}
this
.
optionTitle
=
"修改试卷开放权限"
this
.
optionTitle
=
"修改试卷开放权限"
},
},
...
...
src/pages/course/examPaper.vue
View file @
dc0e7495
This diff is collapsed.
Click to expand it.
src/pages/exam/examPaper.vue
View file @
dc0e7495
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
<span
v-if=
"index!=navList.length-1"
:key=
"index"
>
>
</span>
<span
v-if=
"index!=navList.length-1"
:key=
"index"
>
>
</span>
</
template
>
</
template
>
</div>
</div>
<examPaperForm
:dataList=
"dataList"
ref=
"examPaper"
:msg=
"msg"
:loading=
"loading"
@
refreshPage
=
"refreshPage"
></examPaperForm>
<examPaperForm
:dataList=
"dataList"
ref=
"examPaper"
:msg=
"msg"
:loading=
"loading"
@
success
=
"refreshPage"
></examPaperForm>
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
<q-pagination
class=
"full-width justify-end"
v-model=
"msg.pageIndex"
color=
"primary"
:max=
"pageCount"
:input=
"true"
@
input=
"changePage"
/>
:input=
"true"
@
input=
"changePage"
/>
</div>
</div>
...
...
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