Commit 9e1de71a authored by liudong1993's avatar liudong1993

1

parent 65008912
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
<th>{{$t('objFill.daifu')}}</th> <th>{{$t('objFill.daifu')}}</th>
<th>{{$t('objFill.daishou')}}</th> <th>{{$t('objFill.daishou')}}</th>
</tr> </tr>
<tr v-if="DataList.length>16"> <tr>
<td :colspan="10">{{$t('fnc.a_heji')}}({{$t('hotel.hotel_totalRoom')}}{{ DataList.length }} {{$t('hotel.hotel_item')}})</td> <td :colspan="10">{{$t('fnc.a_heji')}}({{$t('hotel.hotel_totalRoom')}}{{ DataList.length }} {{$t('hotel.hotel_item')}})</td>
<td>{{ OutMoney == 0 ? '-' : moneyFormat(OutMoney) }}</td> <td>{{ OutMoney == 0 ? '-' : moneyFormat(OutMoney) }}</td>
<td>{{ InMoney == 0 ? '-' : moneyFormat(InMoney) }}</td> <td>{{ InMoney == 0 ? '-' : moneyFormat(InMoney) }}</td>
......
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