积分规则
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user