提交 5bfa30f1 authored 作者: matian's avatar matian

代码提交

上级 8e6e4c29
<template>
<el-card class="box-card">
<div slot="header" class="clearfix">
<h1 style="font-size: 28px">题型数据</h1>
<h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">题型数据</h1>
</div>
<div id="type" style="width: 300px; height: 360px"></div>
<div>客观题正确率76%</div>
......
......@@ -22,8 +22,8 @@ export default {
columns: [
{ label: '排名', prop: 'paper_title', align: 'center' },
{ label: '姓名', slots: 'table-name', align: 'center' },
{ label: '客观题', prop: 'cankao_num', align: 'center', sortable: true },
{ label: '主观题', prop: 'efw', align: 'center', sortable: true },
{ label: '客观题', prop: 'cankao_num', align: 'center', width: '150', sortable: true },
{ label: '主观题', prop: 'efw', align: 'center', width: '150', sortable: true },
{ label: '总分', prop: 'average_num', align: 'center', sortable: true },
{ label: '操作', slots: 'table-operate', align: 'center' }
],
......@@ -35,15 +35,6 @@ export default {
}
}
},
methods: {
toPersonal(row) {
this.$router.push({
path: '/PersonalList',
query: {
row: row
}
})
}
}
methods: {}
}
</script>
<template>
<el-card class="box-card">
<div slot="header" class="clearfix">
<h1 style="font-size: 28px">结果统计</h1>
<h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">结果统计</h1>
</div>
<div id="main" style="width: 300px; height: 400px"></div>
</el-card>
......
<template>
<el-card class="box-card">
<div slot="header" class="clearfix">
<h1 style="font-size: 28px">考分区间</h1>
<el-button type="text" style="float: right; margin-top: -40px">设置</el-button>
<h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">考分区间</h1>
<el-button type="text" style="font-size: 16px; color: #aa1941; float: right; margin-top: -35px">设置</el-button>
</div>
<div id="score" style="width: 300px; height: 400px"></div>
</el-card>
......
<template>
<el-card>
<app-card>
<h1 class="title" style="font-size: 28px">班级排名</h1>
<el-button type="text" style="font-size: 28px; float: right; margin-top: -40px">导出</el-button>
<h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">班级排名</h1>
<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-tab-pane label="已完成" name="baseInfo">
<RankingAll />
......
<template>
<el-card>
<app-container>
<h1 class="title" style="font-size: 28px">题目数据</h1>
<el-button type="text" style="font-size: 28px; float: right; margin-top: -40px">导出</el-button>
<h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">题目数据</h1>
<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-container>
</el-card>
......
......@@ -10,18 +10,18 @@
</el-col>
</el-row>
<el-row type="flex" class="row-bg">
<el-col style="width: 366px; margin-right: 21px"><ExamInfo /></el-col>
<el-col style="width: 366px; margin-right: 21px"><Submission /></el-col>
<el-col style="width: 366px"><Score /></el-col>
<el-col style="min-width: 366px; margin-right: 21px"><ExamInfo /></el-col>
<el-col style="min-width: 366px; margin-right: 21px"><Submission /></el-col>
<el-col style="min-width: 366px"><Score /></el-col>
</el-row>
<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="width: 560px"><TitleData /></el-col>
<el-col style="min-width: 560px; margin-right: 21px"><ScoreRanking /></el-col>
<el-col style="min-width: 560px"><TitleData /></el-col>
</el-row>
<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="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"><Result /></el-col>
<el-col style="min-width: 347px; margin-right: 21px"><ScoreRange /></el-col>
<el-col style="min-width: 347px; margin-right: 21px"><QuestionType /></el-col>
</el-row>
</app-container>
</template>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论