|
|
@@ -62,6 +62,7 @@ function onInsertion() {
|
|
|
<h4 class="section-title" v-html="data.section"></h4>
|
|
|
<div class="meta">
|
|
|
<a-space>
|
|
|
+ <span v-if="data.journalName">期刊名称:{{ data.journalName }}</span> <br />
|
|
|
<span v-if="data.year">时间:{{ data.year }}</span>
|
|
|
<span v-for="(item, index) in data.unitScholars" :key="index">
|
|
|
{{ item.scholarName }} {{ item.unitName }}
|