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
9333b10a
Commit
9333b10a
authored
Aug 25, 2021
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增页面
parent
12483eb2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
751 additions
and
439 deletions
+751
-439
index.js
src/api/teacher/index.js
+13
-0
exampaperlist.vue
src/components/exam/exampaperlist.vue
+1
-1
examineeManager.vue
src/pages/exam/examineeManager.vue
+1
-17
examtest.vue
src/pages/exam/examtest.vue
+462
-0
paperPublishReadonly.vue
src/pages/exam/paperPublishReadonly.vue
+269
-421
routes.js
src/router/routes.js
+5
-0
No files found.
src/api/teacher/index.js
View file @
9333b10a
...
...
@@ -156,6 +156,19 @@ export function GetPaper(data) {
})
}
/**
* 考试获取考试题目
* @param {JSON参数} data
*/
export
function
queryPaperDetails
(
data
)
{
return
request
({
url
:
'/AppletIndex/GetPaperDetails'
,
method
:
'post'
,
data
})
}
/**
* 保存试卷信息
* @param {JSON参数} data
...
...
src/components/exam/exampaperlist.vue
View file @
9333b10a
...
...
@@ -118,7 +118,7 @@
</
template
>
<
template
v-if=
"props.row.PaperType==2"
>
<q-btn
flat
size=
"xs"
color=
"primary"
style=
"font-weight:400"
@
click=
"goExameEdit(props.row)"
label=
"编辑"
v-if=
"currentUserInfo.Id==props.row.CreateBy &&(props.row.ExamineStatus==0||props.row.ExamineStatus==3||props.row.ExamineStatus==4)"
/>
/>
</
template
>
<q-btn-dropdown
flat
size=
"xs"
color=
"dark"
label=
"更多"
style=
"margin-left: 10px"
>
<q-list>
...
...
src/pages/exam/examineeManager.vue
View file @
9333b10a
...
...
@@ -49,23 +49,7 @@
</
template
>
<
template
v-slot:body-cell-optioned=
"props"
>
<q-td
:props=
"props"
>
<!--
<q-btn
flat
size=
"xs"
color=
"accent"
style=
"font-weight: 400"
label=
"停课"
@
click=
"ShowStopLesson(props.row)"
v-if=
"props.row.GuestState === 1"
/>
<q-btn
flat
size=
"xs"
color=
"accent"
style=
"font-weight: 400"
label=
"课耗明细"
@
click=
"goUrl(props.row)"
/>
-->
</q-td>
</
template
>
</q-table>
...
...
src/pages/exam/examtest.vue
0 → 100644
View file @
9333b10a
This diff is collapsed.
Click to expand it.
src/pages/exam/paperPublishReadonly.vue
View file @
9333b10a
This diff is collapsed.
Click to expand it.
src/router/routes.js
View file @
9333b10a
...
...
@@ -1072,6 +1072,11 @@ const routes = [{
component
:
()
=>
import
(
"pages/exam/paperInfo"
)
},
{
path
:
"/exam/examtest"
,
//学生考试
component
:
()
=>
import
(
"pages/exam/examtest"
)
},
{
path
:
"/exam/paperCreate"
,
//试卷组卷
component
:
()
=>
...
...
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