From bc8e3ab759761451339fa2f0ffa4626a80e5f71d Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 25 七月 2024 13:59:16 +0800
Subject: [PATCH] 测试完成
---
src/views/knowledge/questionbank/index.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/knowledge/questionbank/index.vue b/src/views/knowledge/questionbank/index.vue
index b7a6709..4bd5e99 100644
--- a/src/views/knowledge/questionbank/index.vue
+++ b/src/views/knowledge/questionbank/index.vue
@@ -233,8 +233,8 @@
:show-overflow-tooltip="true"
>
<template slot-scope="scope">
- <span v-for="item in scope.row.tag.split(',')"
- >{{ item }}銆�
+ <span v-for="item in scope.row.svyLibScriptTagList"
+ >{{ item.tagname }}銆�
</span>
</template>
</el-table-column>
@@ -395,7 +395,10 @@
<span>{{ topicform.scriptContent }}</span>
</div>
- <div class="dev-xx" v-if="topicform.valueType == 1">
+ <div
+ class="dev-xx"
+ v-if="topicform.scriptType != 3 && topicform.scriptType != 4"
+ >
<el-radio-group v-model="topicform.asrtext">
<el-radio
v-for="(topicforms, index) in topicform.svyLibScriptOptions"
--
Gitblit v1.9.3