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