From 0bce012caf164fafb05b53f602c2e22fd833546d Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 06 六月 2024 10:00:54 +0800
Subject: [PATCH] 班级查询条件
---
src/views/Exam/Exam.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/views/Exam/Exam.vue b/src/views/Exam/Exam.vue
index 0900d96..c28bb03 100644
--- a/src/views/Exam/Exam.vue
+++ b/src/views/Exam/Exam.vue
@@ -76,16 +76,16 @@
></el-table-column>
<el-table-column label="鎿嶄綔">
<template slot-scope="scope">
- <s-button
+ <el-button
class="deepBlue"
colorType="blue"
v-if="scope.row.type===2"
- >棰勭害</s-button>
- <s-button
+ >棰勭害</el-button>
+ <el-button
colorType="darkBlue"
disabled
v-else
- >棰勭害</s-button>
+ >棰勭害</el-button>
</template>
</el-table-column>
</el-table>
@@ -245,4 +245,4 @@
background-color: rgb(45, 92, 248);
}
}
-</style>
\ No newline at end of file
+</style>
--
Gitblit v1.8.0