|
@@ -77,12 +77,13 @@
|
|
|
<div class="bottom">
|
|
<div class="bottom">
|
|
|
<template v-if="item.isYD">
|
|
<template v-if="item.isYD">
|
|
|
<p class="name">
|
|
<p class="name">
|
|
|
- {{ item.iss_no
|
|
|
|
|
- }}{{ item.school_year_no ? "(" + item.school_year_no + ")" : "" }}
|
|
|
|
|
|
|
+ 二十一世纪学生英文报·{{ item.study_phase_name }}第{{
|
|
|
|
|
+ item.iss_no
|
|
|
|
|
+ }}期{{ item.school_year_no ? "(" + item.school_year_no + ")" : "" }}
|
|
|
</p>
|
|
</p>
|
|
|
|
|
|
|
|
<p class="author">
|
|
<p class="author">
|
|
|
- {{ item.study_phase_name || "暂无" }}
|
|
|
|
|
|
|
+ {{ item.shelve_date || "暂无" }}
|
|
|
</p>
|
|
</p>
|
|
|
</template>
|
|
</template>
|
|
|
<template v-else>
|
|
<template v-else>
|