const res1 = await this.$api.AccountManagement.getBillmanagementTenant(this.userInfo.frontTenantId);
let strArr = String(res1.data.balance).split('.');
res1.data.balance = strArr.length > 1 ? res1.data.balance : res1.data.balance + '.00';
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。