BUG 28281

This commit is contained in:
aixianling
2022-03-16 18:33:24 +08:00
parent 0ab14fb757
commit 1749a5bde5

View File

@@ -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>&nbsp;&nbsp;&nbsp;{{ item.doTime }}</span>
</div>
<div class="item-num" :class="'color-'+ (item.changeIntegral >= 0 ? 0 : 1)">