zydx-plus 1.36.646 → 1.36.647
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<div class="paper-choice" :class="{'array-ch': !styleText(item.testKey)}" v-for="(item,index) in value">
|
|
7
7
|
<div class="subject">
|
|
8
8
|
<!-- 题目标题区域:有题号展示题号,否则展示序号 -->
|
|
9
|
-
<div class="subject-title"
|
|
9
|
+
<div class="subject-title" v-if="item.subject">
|
|
10
10
|
<!-- 多选模式下的勾选框 -->
|
|
11
11
|
<input v-if="multipleShow" type="checkbox" :disabled="item.disabled" :checked="item.checked" @change="checkboxChange($event,index)"
|
|
12
12
|
name="check"/>
|