|
@@ -55,18 +55,16 @@
|
|
<!-- 弹出窗口 -->
|
|
<!-- 弹出窗口 -->
|
|
<el-dialog
|
|
<el-dialog
|
|
title="请选择考试类型"
|
|
title="请选择考试类型"
|
|
- width="600px"
|
|
|
|
|
|
+ width="650px"
|
|
:visible.sync="examInfoDialog"
|
|
:visible.sync="examInfoDialog"
|
|
>
|
|
>
|
|
- <el-button-group>
|
|
|
|
|
|
+ <div>
|
|
<el-button @click="toTradition">传统考试</el-button>
|
|
<el-button @click="toTradition">传统考试</el-button>
|
|
<el-button @click="toOnline">网络考试</el-button>
|
|
<el-button @click="toOnline">网络考试</el-button>
|
|
<el-button @click="toPractice">练习考试</el-button>
|
|
<el-button @click="toPractice">练习考试</el-button>
|
|
<el-button @click="toOffline">离线考试</el-button>
|
|
<el-button @click="toOffline">离线考试</el-button>
|
|
- <el-button @click="toPrint">
|
|
|
|
- 分布式印刷考试</el-button
|
|
|
|
- ></el-button-group
|
|
|
|
- >
|
|
|
|
|
|
+ <el-button @click="toPrint"> 分布式印刷考试</el-button>
|
|
|
|
+ </div>
|
|
<div style="margin-top: 10px;text-align: center;">
|
|
<div style="margin-top: 10px;text-align: center;">
|
|
<el-button type="primary" @click="examInfoDialog = false"
|
|
<el-button type="primary" @click="examInfoDialog = false"
|
|
>取 消</el-button
|
|
>取 消</el-button
|