From 53dc2bac460d2ff210aa9523717753ae1fd2c159 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期二, 26 十一月 2024 17:27:44 +0800 Subject: [PATCH] 添加运维端首页 --- pages/functionList/balanceRecord/index.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/functionList/balanceRecord/index.vue b/pages/functionList/balanceRecord/index.vue index be0136e..3f8201b 100644 --- a/pages/functionList/balanceRecord/index.vue +++ b/pages/functionList/balanceRecord/index.vue @@ -71,8 +71,8 @@ </picker> </view> <view class="date-money"> - <text>支出¥{{expendSta}}</text> - <text>充值¥{{rechargeSta}}</text> + <text>支出:{{expendSta}}元</text> + <text>充值:{{rechargeSta}}元</text> </view> </view> <view class="main" v-if="banlanceList.length > 0"> @@ -88,7 +88,7 @@ <text class="money" :style="setStyleMoney(item.business)">{{item.changeMoney}}</text> <text>元</text> </view> - <text>{{item.beforeMoney}}</text> + <text>余额:{{item.afterMoney}}</text> </view> </view> </block> -- Gitblit v1.9.3