mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
feat:增加考试查看答卷
This commit is contained in:
@@ -3190,7 +3190,7 @@ export default {
|
||||
};
|
||||
//考试管理的抽屉
|
||||
const showTest = (name, id, data) => {
|
||||
if (data.startTime == null && data.endTime == null) {
|
||||
if (data.examType==2) {
|
||||
// 外部考试抽屉显示
|
||||
state.TMvisibleExternal = true;
|
||||
state.examData = data;
|
||||
|
||||
Reference in New Issue
Block a user