|
@@ -27,7 +27,7 @@
|
|
v-if="question.quesProperties && question.quesProperties.length"
|
|
v-if="question.quesProperties && question.quesProperties.length"
|
|
class="question-info-item"
|
|
class="question-info-item"
|
|
>
|
|
>
|
|
- <div class="question-info-label">属性</div>
|
|
|
|
|
|
+ <div class="question-info-label">知识点</div>
|
|
<div class="question-info-content">
|
|
<div class="question-info-content">
|
|
<el-tag
|
|
<el-tag
|
|
v-for="(content, propIndex) in question.quesProperties"
|
|
v-for="(content, propIndex) in question.quesProperties"
|