feat(article-management): 首页通知公告加时间, 将"备注"字段改为"发文单位"
This commit is contained in:
@@ -132,13 +132,16 @@
|
||||
</el-icon>
|
||||
</div>
|
||||
</div>
|
||||
<div class="notice-block">
|
||||
<div class="notice-block notice-box">
|
||||
<div v-if="noticeList&¬iceList.length==0">
|
||||
<el-empty image-size="135" description="暂无通知公告~"/>
|
||||
</div>
|
||||
<div v-for="(item,index) in noticeList" class="notice" @click="handleGoToArticleDetail(item)">
|
||||
<span>{{ index > 8 ? '' : 0 }}{{ index + 1 }}</span>
|
||||
{{ item.articleTitle }}
|
||||
<span style="float: right">
|
||||
{{ item.articleTime }}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -1456,7 +1459,9 @@ const handleView = (row) => {
|
||||
}
|
||||
}
|
||||
}
|
||||
.notice-box{
|
||||
|
||||
}
|
||||
.notice-block {
|
||||
height: 452px;
|
||||
//height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user