From 8265412eef286cc6027c8ec6085d6b059b7ab457 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期五, 29 十一月 2024 17:30:18 +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