|
@@ -31,8 +31,9 @@
|
|
|
<span class="amount_num">-¥{{parseFloat(item.debtAmount)}}</span>
|
|
<span class="amount_num">-¥{{parseFloat(item.debtAmount)}}</span>
|
|
|
</span>
|
|
</span>
|
|
|
</span>
|
|
</span>
|
|
|
- <text v-if="!$util.isEmpty(item.memberName)" style="color:#3385FF;font-weight:bold;margin-left:20upx;">{{ item.memberName }}</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:#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="!$util.isEmpty(item.memberName)" style="color:#3385FF;font-weight:bold;">{{ item.memberName }}</text>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|