|
@@ -54,17 +54,23 @@
|
|
|
|
|
|
<!-- 弹出窗口 -->
|
|
|
<el-dialog
|
|
|
- title="请选择考试类型:"
|
|
|
- size="small"
|
|
|
+ title="请选择考试类型"
|
|
|
+ width="600px"
|
|
|
:visible.sync="examInfoDialog"
|
|
|
>
|
|
|
- <el-button type="primary" @click="toTradition">传统考试</el-button>
|
|
|
- <el-button type="primary" @click="toOnline">网络考试</el-button>
|
|
|
- <el-button type="primary" @click="toPractice">练习考试</el-button>
|
|
|
- <el-button type="primary" @click="toOffline">离线考试</el-button>
|
|
|
- <el-button type="primary" @click="toPrint"> 分布式印刷考试</el-button>
|
|
|
- <div slot="footer" class="dialog-footer">
|
|
|
- <el-button @click="examInfoDialog = false">取 消</el-button>
|
|
|
+ <el-button-group>
|
|
|
+ <el-button @click="toTradition">传统考试</el-button>
|
|
|
+ <el-button @click="toOnline">网络考试</el-button>
|
|
|
+ <el-button @click="toPractice">练习考试</el-button>
|
|
|
+ <el-button @click="toOffline">离线考试</el-button>
|
|
|
+ <el-button @click="toPrint">
|
|
|
+ 分布式印刷考试</el-button
|
|
|
+ ></el-button-group
|
|
|
+ >
|
|
|
+ <div style="margin-top: 10px;text-align: center;">
|
|
|
+ <el-button type="primary" @click="examInfoDialog = false"
|
|
|
+ >取 消</el-button
|
|
|
+ >
|
|
|
</div>
|
|
|
</el-dialog>
|
|
|
|
|
@@ -112,12 +118,12 @@
|
|
|
content="禁用"
|
|
|
placement="left"
|
|
|
>
|
|
|
- <i class="el-icon-success" style="color:red;"></i>
|
|
|
+ <i class="el-icon-error" style="color:red;"></i>
|
|
|
</el-tooltip>
|
|
|
</span>
|
|
|
</span>
|
|
|
</el-table-column>
|
|
|
- <el-table-column label="操作" width="160">
|
|
|
+ <el-table-column label="操作" width="190">
|
|
|
<template slot-scope="scope">
|
|
|
<div>
|
|
|
<el-button
|
|
@@ -125,6 +131,7 @@
|
|
|
size="mini"
|
|
|
plain
|
|
|
type="primary"
|
|
|
+ icon="el-icon-edit"
|
|
|
@click="editExamInfoDialog(scope.row)"
|
|
|
>
|
|
|
编辑
|