村民圈评论审核

This commit is contained in:
shijingjing
2022-02-18 17:05:32 +08:00
parent e1bee081fd
commit 89d6411815
5 changed files with 109 additions and 70 deletions

View File

@@ -16,7 +16,6 @@
<div class="card-item" v-for="(item,index) in villagerList" :key="index" @click="toDetail(item)">
<div class="card-title">{{ item.content }}</div>
<div class="card-name">
<!-- <div class="name">发布信息</div> -->
<div class="name">{{$dict.getLabel('villagerCircleTopic',item.topic)}}</div>
<div class="time">{{ item.createTime }}</div>
</div>
@@ -69,7 +68,7 @@ export default {
params: {
current: 1,
size: 10,
auditStatus: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
auditType: this.tabIndex == 0 ? '': this.tabIndex == 1 ? 0 : 1,
topic: this.topic,
content: this.content
}