From c05e517726e3e81cbf216ca6fae763d84fde336b Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 03 六月 2024 16:11:18 +0800 Subject: [PATCH] 提交信息 --- src/views/Exam/MyExam/MyExam.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/views/Exam/MyExam/MyExam.vue b/src/views/Exam/MyExam/MyExam.vue index 80d3ae6..ff1af31 100644 --- a/src/views/Exam/MyExam/MyExam.vue +++ b/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> \ No newline at end of file +</style> -- Gitblit v1.8.0