|
@@ -6,11 +6,6 @@
|
|
|
v-if="cur"
|
|
|
>
|
|
|
<div
|
|
|
- v-if="
|
|
|
- cur.detailList &&
|
|
|
- cur.detailList.length > 0 &&
|
|
|
- cur.detailList[0].sentence
|
|
|
- "
|
|
|
class="NNPE-title"
|
|
|
>
|
|
|
<!-- 页眉 -->
|
|
@@ -70,7 +65,7 @@
|
|
|
</template>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="NNPE-operate">
|
|
|
+ <div class="NNPE-operate" v-if="isShowTitle">
|
|
|
<a class="btn-prev" @click="handleNNPEprev" />
|
|
|
<a class="btn-next" @click="handleNNPEnext" />
|
|
|
</div>
|
|
@@ -333,6 +328,7 @@ export default {
|
|
|
"FatherTreeData",
|
|
|
"changeId",
|
|
|
"themeColor",
|
|
|
+ "isShowTitle"
|
|
|
],
|
|
|
data() {
|
|
|
return {
|