|
@@ -86,6 +86,7 @@
|
|
|
:isShowSave="false"
|
|
|
@finishTaskMaterial="finishTaskMaterial"
|
|
|
:bookAnswerContent="bookAnswerContent"
|
|
|
+ :isAnswerItemShow="true"
|
|
|
/>
|
|
|
</template>
|
|
|
<template v-if="category == 'NNPE'">
|
|
@@ -98,6 +99,7 @@
|
|
|
:change-id="changeId"
|
|
|
:themeColor="themeColor"
|
|
|
:isShowTitle="true"
|
|
|
+ :isAnswerItemShow="true"
|
|
|
/>
|
|
|
</template>
|
|
|
<template v-if="category == 'RLC'">
|
|
@@ -111,6 +113,7 @@
|
|
|
:themeColor="themeColor"
|
|
|
:isShowTitle="true"
|
|
|
:bookFontSize="bookFontSize"
|
|
|
+ :isAnswerItemShow="true"
|
|
|
/>
|
|
|
</template>
|
|
|
</div>
|