BUG 28281
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
<div class="title">积分明细</div>
|
||||
<div class="item" v-for="(item, index) in list" :key="index">
|
||||
<div class="item-info">
|
||||
<p>{{ tabIndex == 0 ? item.residentName + ':' : '' }}{{ item.description }}</p>
|
||||
<p>{{ tabIndex == 0 ? item.residentName + ':' : '' }}{{ item.ruleName }}</p>
|
||||
<span> {{ item.doTime }}</span>
|
||||
</div>
|
||||
<div class="item-num" :class="'color-'+ (item.changeIntegral >= 0 ? 0 : 1)">
|
||||
|
||||
Reference in New Issue
Block a user