WANG 6 tahun lalu
induk
melakukan
b850f63142

+ 18 - 11
src/modules/examwork/view/examInfo.vue

@@ -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)"
                 >
                   编辑

+ 1 - 1
src/modules/examwork/view/examStudent.vue

@@ -673,7 +673,7 @@
                   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>

+ 1 - 1
src/modules/examwork/view/student.vue

@@ -204,7 +204,7 @@
                   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>