增加 合计

This commit is contained in:
iVampireSP.com 2022-10-31 20:34:55 +08:00
parent 60a0765bd4
commit d77ead86d0
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -4,10 +4,13 @@
## 本月 ## 本月
#### 现金 {{ round($data['transactions']['this_month']['balance'], 2) }} 元 #### 现金 {{ round($data['transactions']['this_month']['balance'], 2) }} 元
#### Drops {{ round($data['transactions']['this_month']['drops'], 4) }} #### Drops {{ round($data['transactions']['this_month']['drops'], 4) }}
#### 合计 {{ round($data['transactions']['this_month']['balance'] + $data['transactions']['this_month']['drops'] / $data['rate'], 2) }} 元
================================== ==================================
## 上个月 ## 上个月
#### 现金 {{ round($data['transactions']['last_month']['balance'], 2) }} 元 #### 现金 {{ round($data['transactions']['last_month']['balance'], 2) }} 元
#### Drops {{ round($data['transactions']['last_month']['drops'], 4) }} #### Drops {{ round($data['transactions']['last_month']['drops'], 4) }}
#### 合计 {{ round($data['transactions']['last_month']['balance'] + $data['transactions']['last_month']['drops'] / $data['rate'], 2) }} 元
{{-- {{--