Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
x-learn
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
x-learn
Commits
5bfa30f1
提交
5bfa30f1
authored
11月 30, 2021
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
代码提交
上级
8e6e4c29
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
19 行增加
和
28 行删除
+19
-28
QuestionType.vue
src/modules/teacher/data/exam/components/QuestionType.vue
+1
-1
RankingAll.vue
src/modules/teacher/data/exam/components/RankingAll.vue
+3
-12
Result.vue
src/modules/teacher/data/exam/components/Result.vue
+1
-1
ScoreRange.vue
src/modules/teacher/data/exam/components/ScoreRange.vue
+2
-2
ScoreRanking.vue
src/modules/teacher/data/exam/components/ScoreRanking.vue
+2
-2
TitleData.vue
src/modules/teacher/data/exam/components/TitleData.vue
+2
-2
ExamData.vue
src/modules/teacher/data/exam/views/ExamData.vue
+8
-8
没有找到文件。
src/modules/teacher/data/exam/components/QuestionType.vue
浏览文件 @
5bfa30f1
<
template
>
<
template
>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"
font-size: 28
px"
>
题型数据
</h1>
<h1
style=
"
color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7
px"
>
题型数据
</h1>
</div>
</div>
<div
id=
"type"
style=
"width: 300px; height: 360px"
></div>
<div
id=
"type"
style=
"width: 300px; height: 360px"
></div>
<div>
客观题正确率76%
</div>
<div>
客观题正确率76%
</div>
...
...
src/modules/teacher/data/exam/components/RankingAll.vue
浏览文件 @
5bfa30f1
...
@@ -22,8 +22,8 @@ export default {
...
@@ -22,8 +22,8 @@ export default {
columns
:
[
columns
:
[
{
label
:
'排名'
,
prop
:
'paper_title'
,
align
:
'center'
},
{
label
:
'排名'
,
prop
:
'paper_title'
,
align
:
'center'
},
{
label
:
'姓名'
,
slots
:
'table-name'
,
align
:
'center'
},
{
label
:
'姓名'
,
slots
:
'table-name'
,
align
:
'center'
},
{
label
:
'客观题'
,
prop
:
'cankao_num'
,
align
:
'center'
,
sortable
:
true
},
{
label
:
'客观题'
,
prop
:
'cankao_num'
,
align
:
'center'
,
width
:
'150'
,
sortable
:
true
},
{
label
:
'主观题'
,
prop
:
'efw'
,
align
:
'center'
,
sortable
:
true
},
{
label
:
'主观题'
,
prop
:
'efw'
,
align
:
'center'
,
width
:
'150'
,
sortable
:
true
},
{
label
:
'总分'
,
prop
:
'average_num'
,
align
:
'center'
,
sortable
:
true
},
{
label
:
'总分'
,
prop
:
'average_num'
,
align
:
'center'
,
sortable
:
true
},
{
label
:
'操作'
,
slots
:
'table-operate'
,
align
:
'center'
}
{
label
:
'操作'
,
slots
:
'table-operate'
,
align
:
'center'
}
],
],
...
@@ -35,15 +35,6 @@ export default {
...
@@ -35,15 +35,6 @@ export default {
}
}
}
}
},
},
methods
:
{
methods
:
{}
toPersonal
(
row
)
{
this
.
$router
.
push
({
path
:
'/PersonalList'
,
query
:
{
row
:
row
}
})
}
}
}
}
</
script
>
</
script
>
src/modules/teacher/data/exam/components/Result.vue
浏览文件 @
5bfa30f1
<
template
>
<
template
>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"
font-size: 28
px"
>
结果统计
</h1>
<h1
style=
"
color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7
px"
>
结果统计
</h1>
</div>
</div>
<div
id=
"main"
style=
"width: 300px; height: 400px"
></div>
<div
id=
"main"
style=
"width: 300px; height: 400px"
></div>
</el-card>
</el-card>
...
...
src/modules/teacher/data/exam/components/ScoreRange.vue
浏览文件 @
5bfa30f1
<
template
>
<
template
>
<el-card
class=
"box-card"
>
<el-card
class=
"box-card"
>
<div
slot=
"header"
class=
"clearfix"
>
<div
slot=
"header"
class=
"clearfix"
>
<h1
style=
"
font-size: 28
px"
>
考分区间
</h1>
<h1
style=
"
color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7
px"
>
考分区间
</h1>
<el-button
type=
"text"
style=
"f
loat: right; margin-top: -40
px"
>
设置
</el-button>
<el-button
type=
"text"
style=
"f
ont-size: 16px; color: #aa1941; float: right; margin-top: -35
px"
>
设置
</el-button>
</div>
</div>
<div
id=
"score"
style=
"width: 300px; height: 400px"
></div>
<div
id=
"score"
style=
"width: 300px; height: 400px"
></div>
</el-card>
</el-card>
...
...
src/modules/teacher/data/exam/components/ScoreRanking.vue
浏览文件 @
5bfa30f1
<
template
>
<
template
>
<el-card>
<el-card>
<app-card>
<app-card>
<h1
class=
"title"
style=
"font-size: 28
px"
>
班级排名
</h1>
<h1
style=
"color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7
px"
>
班级排名
</h1>
<el-button
type=
"text"
style=
"font-size:
28px
; float: right; margin-top: -40px"
>
导出
</el-button>
<el-button
type=
"text"
style=
"font-size:
16px;color:#AA1941
; float: right; margin-top: -40px"
>
导出
</el-button>
<el-tabs
v-model=
"tabActive"
style=
"margin-top: 30px"
>
<el-tabs
v-model=
"tabActive"
style=
"margin-top: 30px"
>
<el-tab-pane
label=
"已完成"
name=
"baseInfo"
>
<el-tab-pane
label=
"已完成"
name=
"baseInfo"
>
<RankingAll
/>
<RankingAll
/>
...
...
src/modules/teacher/data/exam/components/TitleData.vue
浏览文件 @
5bfa30f1
<
template
>
<
template
>
<el-card>
<el-card>
<app-container>
<app-container>
<h1
class=
"title"
style=
"font-size: 28
px"
>
题目数据
</h1>
<h1
style=
"color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7
px"
>
题目数据
</h1>
<el-button
type=
"text"
style=
"font-size:
28px
; float: right; margin-top: -40px"
>
导出
</el-button>
<el-button
type=
"text"
style=
"font-size:
16px; color: #aa1941
; float: right; margin-top: -40px"
>
导出
</el-button>
<app-list
v-bind=
"tableOptions"
ref=
"list"
style=
"margin-top: 60px"
>
</app-list>
<app-list
v-bind=
"tableOptions"
ref=
"list"
style=
"margin-top: 60px"
>
</app-list>
</app-container>
</app-container>
</el-card>
</el-card>
...
...
src/modules/teacher/data/exam/views/ExamData.vue
浏览文件 @
5bfa30f1
...
@@ -10,18 +10,18 @@
...
@@ -10,18 +10,18 @@
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
type=
"flex"
class=
"row-bg"
>
<el-row
type=
"flex"
class=
"row-bg"
>
<el-col
style=
"width: 366px; margin-right: 21px"
><ExamInfo
/></el-col>
<el-col
style=
"
min-
width: 366px; margin-right: 21px"
><ExamInfo
/></el-col>
<el-col
style=
"width: 366px; margin-right: 21px"
><Submission
/></el-col>
<el-col
style=
"
min-
width: 366px; margin-right: 21px"
><Submission
/></el-col>
<el-col
style=
"width: 366px"
><Score
/></el-col>
<el-col
style=
"
min-
width: 366px"
><Score
/></el-col>
</el-row>
</el-row>
<el-row
type=
"flex"
class=
"row-bg"
style=
"margin-top: 30px"
>
<el-row
type=
"flex"
class=
"row-bg"
style=
"margin-top: 30px"
>
<el-col
style=
"width: 560px; margin-right: 21px"
><ScoreRanking
/></el-col>
<el-col
style=
"
min-
width: 560px; margin-right: 21px"
><ScoreRanking
/></el-col>
<el-col
style=
"width: 560px"
><TitleData
/></el-col>
<el-col
style=
"
min-
width: 560px"
><TitleData
/></el-col>
</el-row>
</el-row>
<el-row
type=
"flex"
class=
"row-bg"
style=
"margin-top: 30px"
>
<el-row
type=
"flex"
class=
"row-bg"
style=
"margin-top: 30px"
>
<el-col
style=
"width: 347px; margin-right: 21px"
><Result
/></el-col>
<el-col
style=
"
min-
width: 347px; margin-right: 21px"
><Result
/></el-col>
<el-col
style=
"width: 347px; margin-right: 21px"
><ScoreRange
/></el-col>
<el-col
style=
"
min-
width: 347px; margin-right: 21px"
><ScoreRange
/></el-col>
<el-col
style=
"width: 347px; margin-right: 21px"
><QuestionType
/></el-col>
<el-col
style=
"
min-
width: 347px; margin-right: 21px"
><QuestionType
/></el-col>
</el-row>
</el-row>
</app-container>
</app-container>
</
template
>
</
template
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论