|
@@ -26,14 +26,9 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="tui-msg-content">
|
|
<div class="tui-msg-content">
|
|
|
<span>{{item.visitTime.substr(5,11)}}</span>
|
|
<span>{{item.visitTime.substr(5,11)}}</span>
|
|
|
- <span>
|
|
|
|
|
- <span v-if="item.debtAmount>0" class="debt-amount">
|
|
|
|
|
- <span class="amount_num">-¥{{parseFloat(item.debtAmount)}}</span>
|
|
|
|
|
- </span>
|
|
|
|
|
- </span>
|
|
|
|
|
<text v-if="Number(item.balance)>0" style="color:#3385FF;font-weight:bold;margin-left:20upx;">{{ parseFloat(item.balance) }}</text>
|
|
<text v-if="Number(item.balance)>0" style="color:#3385FF;font-weight:bold;margin-left:20upx;">{{ parseFloat(item.balance) }}</text>
|
|
|
<text v-if="Number(item.balance)<0" style="color:red;font-weight:bold;margin-left:20upx;">{{ parseFloat(item.balance) }}</text>
|
|
<text v-if="Number(item.balance)<0" style="color:red;font-weight:bold;margin-left:20upx;">{{ parseFloat(item.balance) }}</text>
|
|
|
- <text v-if="!$util.isEmpty(item.memberName)" style="color:#3385FF;font-weight:bold;">{{ item.memberName }}</text>
|
|
|
|
|
|
|
+ <text v-if="!$util.isEmpty(item.memberName)" style="color:#3385FF;font-weight:bold;margin-left:20upx;">{{ item.memberName }}</text>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|