Commit 7c8d4e67 authored by 华国豪's avatar 华国豪 🙄
parents 0a6005d5 6b27800e
......@@ -183,15 +183,15 @@
<td>
{{ item.AccountNumber }}
</td>
<td>{{moneyFormat(item.Income)}}</td>
<td>{{moneyFormat(item.Refund)}}</td>
<td>{{ moneyFormat(item.Balance) }}</td>
<td>{{item.Income}}</td>
<td>{{item.Refund}}</td>
<td>{{item.Balance }}</td>
</tr>
<tr>
<td :colspan="8">{{$t('fnc.a_heji')}}{{$t('hotel.hotel_totalRoom')}}{{ DataList.length }} {{$t('hotel.hotel_item')}}</td>
<td>{{ moneyFormat(dataJson.Income) }}</td>
<td>{{ moneyFormat(dataJson.Refund) }}</td>
<td>{{ moneyFormat(dataJson.Balance) }}</td>
<td>{{ dataJson.Income }}</td>
<td>{{ dataJson.Refund }}</td>
<td>{{ dataJson.Balance}}</td>
</tr>
</table>
</div>
......
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