You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

1 lines
1.6 KiB

<view class="expense-container data-v-8bd808b9"><view class="top-bar data-v-8bd808b9"><view class="title data-v-8bd808b9">支出记录</view></view><view class="filter-bar data-v-8bd808b9"><view class="{{['filter-item', 'data-v-8bd808b9', a && 'active']}}" bindtap="{{b}}"> 全部 </view><view class="{{['filter-item', 'data-v-8bd808b9', c && 'active']}}" bindtap="{{d}}"> 水费 </view><view class="{{['filter-item', 'data-v-8bd808b9', e && 'active']}}" bindtap="{{f}}"> 电费 </view><view class="{{['filter-item', 'data-v-8bd808b9', g && 'active']}}" bindtap="{{h}}"> 公共支出 </view></view><view class="list data-v-8bd808b9"><view wx:for="{{i}}" wx:for-item="item" wx:key="h" class="expense-item data-v-8bd808b9"><view class="item-header data-v-8bd808b9"><view class="expense-type data-v-8bd808b9"><text class="data-v-8bd808b9">{{item.a}}</text></view><view class="expense-amount data-v-8bd808b9">¥{{item.b}}</view></view><view class="item-body data-v-8bd808b9"><view class="detail-item data-v-8bd808b9"><view class="detail-label data-v-8bd808b9">支付方式</view><view class="data-v-8bd808b9">{{item.c}}</view></view><view class="detail-item data-v-8bd808b9"><view class="detail-label data-v-8bd808b9">支出日期</view><view class="data-v-8bd808b9">{{item.d}}</view></view><view class="detail-item data-v-8bd808b9"><view class="detail-label data-v-8bd808b9">支付人</view><view class="data-v-8bd808b9">{{item.e}}</view></view><view wx:if="{{item.f}}" class="detail-item data-v-8bd808b9"><view class="detail-label data-v-8bd808b9">备注</view><view class="data-v-8bd808b9">{{item.g}}</view></view></view></view></view></view>