修改租户余额展示

This commit is contained in:
2026-07-02 11:43:42 +08:00
parent fceb8eb3c7
commit 50f430def2
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -7,3 +7,4 @@ VITE_API_URL = 'http://116.204.74.41:8000'
# VITE_API_URL = 'http://192.168.3.30:8000'
# VITE_API_URL = 'http://192.168.3.135:8000'
+2 -2
View File
@@ -26,9 +26,9 @@
<!-- </el-dropdown>-->
<!-- 租户名称和余额 -->
<div class="layout-navbars-breadcrumb-tenant" v-if="tenantInfo">
<span class="tenant-name">{{ tenantInfo.tenantName }}</span>
<span class="tenant-name">租户: {{ tenantInfo.tenantName }}</span>
<span class="tenant-divider">|</span>
<span class="tenant-balance">余额: {{ tenantInfo.surplus }}</span>
<span class="tenant-balance">余额: {{ tenantInfo.surplus.toFixed(2) }}</span>
</div>
<div class="layout-navbars-breadcrumb-user-icon" @click="onSearchClick">
<el-icon :title="$t('message.user.title2')">