|
|
@@ -14,7 +14,12 @@
|
|
|
:style="{ borderColor: data.unified_attrib?.topic_color }"
|
|
|
:class="['option-content', computedIsJudgeRight(mark)]"
|
|
|
>
|
|
|
- <span class="serial-number">{{ computedOptionNumber(i) }}.</span>
|
|
|
+ <span
|
|
|
+ v-if="!('enable_serial' in data.property) || isEnable(data.property.enable_serial)"
|
|
|
+ class="serial-number"
|
|
|
+ >
|
|
|
+ {{ computedOptionNumber(i) }}.
|
|
|
+ </span>
|
|
|
<PinyinText
|
|
|
v-if="isEnable(data.property.view_pinyin)"
|
|
|
class="content"
|
|
|
@@ -80,7 +85,12 @@
|
|
|
:style="{ borderColor: data.unified_attrib?.topic_color }"
|
|
|
:class="['option-content', computedIsJudgeRight(mark)]"
|
|
|
>
|
|
|
- <span class="serial-number">{{ computedOptionNumber(i) }}.</span>
|
|
|
+ <span
|
|
|
+ v-if="!('enable_serial' in data.property) || isEnable(data.property.enable_serial)"
|
|
|
+ class="serial-number"
|
|
|
+ >
|
|
|
+ {{ computedOptionNumber(i) }}.
|
|
|
+ </span>
|
|
|
<PinyinText
|
|
|
v-if="isEnable(data.property.view_pinyin)"
|
|
|
class="content"
|