|
|
@@ -56,7 +56,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="finance-card">
|
|
|
- <view class="finance-label">现金(元)</view>
|
|
|
+ <view class="finance-label">剩余现金(元)</view>
|
|
|
<view class="finance-amount">¥{{ moneyFormat(myInfo.money) }}</view>
|
|
|
<view class="finance-actions">
|
|
|
<view class="pill-btn" @click="pageTo({ url: '/admin/home/moneyChangeList' })">变动明细</view>
|