From 35626c1cfb9521f0cc482daf11b2b2f67d1df3cf Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 17 六月 2024 09:38:00 +0800
Subject: [PATCH] 试卷模块
---
src/views/exam/question/components/Show.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/views/exam/question/components/Show.vue b/src/views/exam/question/components/Show.vue
index b1f3757..468780b 100644
--- a/src/views/exam/question/components/Show.vue
+++ b/src/views/exam/question/components/Show.vue
@@ -1,6 +1,6 @@
<template>
<div style="line-height:1.8">
- <div v-if="qType==1" v-loading="qLoading">
+ <div v-if="qType==1 || qType == 6" v-loading="qLoading">
<div class="q-title" v-html="question.title"/>
<div class="q-content">
<span :key="item.id" v-for="item in question.items" class="q-item-contain">
--
Gitblit v1.8.0