xiangpei
2024-06-03 c05e517726e3e81cbf216ca6fae763d84fde336b
src/views/Exam/MyExam/MyExam.vue
@@ -80,26 +80,26 @@
                >
                  <template slot-scope="scope">
                    <div style="display:flex; justify-content:space-between">
                      <s-button
                      <el-button
                        class="deepBlue"
                        colorType="blue"
                        v-if="scope.row.type===2"
                        @click="$router.push('/exam/beginexam')"
                      >开始考试</s-button>
                      <s-button
                      >开始考试</el-button>
                      <el-button
                        colorType="darkBlue"
                        disabled
                        v-else
                      >开始考试</s-button>
                      <s-button
                      >开始考试</el-button>
                      <el-button
                        colorType="red"
                        v-if="scope.row.type===2"
                      >结束考试</s-button>
                      <s-button
                      >结束考试</el-button>
                      <el-button
                        colorType="darkBlue"
                        disabled
                        v-else
                      >结束考试</s-button>
                      >结束考试</el-button>
                    </div>
                  </template>
@@ -252,4 +252,4 @@
    background-color: rgb(45, 92, 248);
  }
}
</style>
</style>