|
@@ -39,6 +39,10 @@
|
|
|
</template>
|
|
|
<h6 class="nnpe-article-author" :style="{color:colorObj.sourceColor,fontSize:(wordFontsize-4)+'px',lineHeight:(wordFontsize+4)+'px',fontWeight:'400'}">
|
|
|
{{articleInfo.art_author+' · '+articleInfo.study_phase_name+'版 · 第 '+articleInfo.iss_no+' 期 · '+articleInfo.release_date+' · '+articleInfo.chn_item+(articleInfo.page_no_in_pub?' · P'+articleInfo.page_no_in_pub:'')}}
|
|
|
+ {{printForm.info.length>0 ?' | ':''}}
|
|
|
+ {{printForm.info.indexOf('wordLength')>-1 ?' 长度 '+articleInfo.art_corpus_data.artStatInfo.wc:''}}
|
|
|
+ {{printForm.info.indexOf('wordNumber')>-1 ?' · 词数 '+articleInfo.art_corpus_data.artStatInfo.wdc:''}}
|
|
|
+ {{printForm.info.indexOf('difficulty')>-1 ?' · 难度 '+articleInfo.art_corpus_data.artStatInfo.vocabHardLevel:''}}
|
|
|
</h6>
|
|
|
<template v-if="resArr.length > 0">
|
|
|
<div class="table-box">
|