积分规则

This commit is contained in:
shijingjing
2022-02-17 11:54:43 +08:00
parent cdad9296a2
commit 3cef36cf6e
2 changed files with 69 additions and 19 deletions

View File

@@ -20,7 +20,7 @@
<div class="time">{{ item.createTime }}</div>
</div>
<div class="card-type">
<div class="type" :style="{color: item.auditStatus==0? '#4181FF':item.auditStatus==1? '#baf07b' : '#dd5347'}">{{ $dict.getLabel('integralDeclareStatus',item.auditStatus) }}</div>
<div class="type" :style="{color: item.auditStatus==0? '#4181FF':item.auditStatus==1? '#07c160' : '#dd5347'}">{{ $dict.getLabel('integralDeclareStatus',item.auditStatus) }}</div>
<div class="num">20</div>
</div>
</div>
@@ -68,7 +68,9 @@ export default {
this.$http.post('/app/appvillagerintegraldeclare/list',null,{
params: {
current: 1,
size: 10,
description : this.keyword,
applyIntegralType: this.applyIntegralType,
auditStatus: this.tabIndex== 0 ? "" : this.tabIndex == 1 ? 0 : this.tabIndex == 2 ? "1|2" : ''
}
}).then(res => {