Commit b0d6e074 authored by youjie's avatar youjie

no message

parent 55d441fe
<style scoped>
.HT_total{
display: flex;
flex-direction: column;
margin: 5px 0;
}
.HT_total p{
width: 100%;
display: block;
}
.HT_total p>span{
float: left;
display: inline-block;
width: 25%;
}
.TC_leftSearch>div{
padding: 5px 0;
}
......@@ -224,7 +238,7 @@
<span>{{item.CurrencyName}}</span>
</div>
<p>
<span class="groupTourOrder_count_green">应收:
<span class="color_red_order">应收:
{{item.Money.toFixed(2)}}
</span>
<span class="groupTourOrder_count_green">实收:
......@@ -239,8 +253,9 @@
<span class="color_red_order">成本:
{{item.CostMoney.toFixed(2)}}
</span>
<span class="color_red_order">待收:
{{item.DueInMoney.toFixed(2)}}
<span class="color_red_order"
:style="{'color':item.DueInMoney>0?'red':''}">待收:
<span>{{item.DueInMoney.toFixed(2)}}</span>
</span>
<span class="color_red_order">报名数:
{{item.GuestNum}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment