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

代码提交

上级 8e6e4c29
<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: 28px">题型数据</h1> <h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">题型数据</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>
......
...@@ -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>
<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: 28px">结果统计</h1> <h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">结果统计</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>
......
<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: 28px">考分区间</h1> <h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">考分区间</h1>
<el-button type="text" style="float: right; margin-top: -40px">设置</el-button> <el-button type="text" style="font-size: 16px; color: #aa1941; float: right; margin-top: -35px">设置</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>
......
<template> <template>
<el-card> <el-card>
<app-card> <app-card>
<h1 class="title" style="font-size: 28px">班级排名</h1> <h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">班级排名</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 />
......
<template> <template>
<el-card> <el-card>
<app-container> <app-container>
<h1 class="title" style="font-size: 28px">题目数据</h1> <h1 style="color: #333; font-size: 16px; border-left: 3px solid #aa1941; padding-left: 7px">题目数据</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>
......
...@@ -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 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论