|
@@ -38,7 +38,7 @@
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="detail-info-content-toatl">
|
|
<view class="detail-info-content-toatl">
|
|
- <text v-if="status.value == 0 || status.value == -1">应付:</text>
|
|
|
|
|
|
+ <text v-if="status.value == 0">应付:</text>
|
|
<text v-else>实付:</text>
|
|
<text v-else>实付:</text>
|
|
<text>¥{{ $numberFormat(info.payAmt) }}</text>
|
|
<text>¥{{ $numberFormat(info.payAmt) }}</text>
|
|
</view>
|
|
</view>
|