index.wxml 1.8 KB

1
  1. <view class="enterPriseBill _div"><van-tabs vue-id="5247bd40-1" active="{{active}}" data-event-opts="{{[['^change',[['onChange']]]]}}" data-com-type="wx" bind:change="__e" bind:__l="__l" vue-slots="{{['default']}}"><van-tab vue-id="{{('5247bd40-2')+','+('5247bd40-1')}}" title="租赁费" name="{{null}}" data-com-type="wx" bind:__l="__l"></van-tab><van-tab vue-id="{{('5247bd40-3')+','+('5247bd40-1')}}" title="物业费" name="{{1}}" data-com-type="wx" bind:__l="__l"></van-tab><van-tab vue-id="{{('5247bd40-4')+','+('5247bd40-1')}}" title="电费" name="{{2}}" data-com-type="wx" bind:__l="__l"></van-tab><van-tab vue-id="{{('5247bd40-5')+','+('5247bd40-1')}}" title="公摊电费" name="{{3}}" data-com-type="wx" bind:__l="__l"></van-tab><van-tab vue-id="{{('5247bd40-6')+','+('5247bd40-1')}}" title="水费" name="{{4}}" data-com-type="wx" bind:__l="__l"></van-tab></van-tabs><view class="enterPriseBillList _div"><block wx:for="{{enterList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['toDetail',['$0'],[[['enterList','',index]]]]]]]}}" class="listItem _div" bindtap="__e"><view class="itemCard _div" style="{{'background-image:'+('url('+(item.isDq?dqBg:wdqBg)+')')+';'}}">{{'到期:'+item.dqDate+''}}</view><view class="itemFirstRow _div"><label class="billName _span">{{item.billName}}</label></view><view class="itemSecondRow _div"><label class="_span">发票号:002939</label><label class="_span">生成日期:2024.3.12</label></view><view class="itemLastRow _div"><view class="lastRowBox _div"><label class="rowNumber _span">30000.00</label><label class="rowUnit _span">账单总金额(元)</label></view><view class="columLine _div"></view><view class="lastRowBox _div"><label class="rowNumber _span">15000.00</label><label class="rowUnit _span">欠款金额(元)</label></view></view></view></block></view></view>