|
@@ -6,7 +6,7 @@
|
|
<h3 class="title">{{ contentsItem.title }}</h3>
|
|
<h3 class="title">{{ contentsItem.title }}</h3>
|
|
<h4 class="title" v-if="contentsItem && contentsItem.curtTitle">{{ contentsItem.curtTitle }}</h4>
|
|
<h4 class="title" v-if="contentsItem && contentsItem.curtTitle">{{ contentsItem.curtTitle }}</h4>
|
|
<!-- <span class="describe">{{ contentsItem.describe }}</span> -->
|
|
<!-- <span class="describe">{{ contentsItem.describe }}</span> -->
|
|
- <span class="date">发表时间: {{ contentsItem.updateAt | dates }}<span class="visit">访问量: {{ contentsItem.visit }}</span></span>
|
|
|
|
|
|
+ <span class="date">发表时间: {{ contentsItem.date | dates }}<span class="visit">访问量: {{ contentsItem.visit }}</span></span>
|
|
<div class="content" v-html="contentsItem.content"></div>
|
|
<div class="content" v-html="contentsItem.content"></div>
|
|
<a v-if="contentsItem && contentsItem.annex" :href="contentsItem.annex" :download="contentsItem.annex" target="view_window">下载附件</a>
|
|
<a v-if="contentsItem && contentsItem.annex" :href="contentsItem.annex" :download="contentsItem.annex" target="view_window">下载附件</a>
|
|
</div>
|
|
</div>
|