electricity_bill_calc_wx/pages/meterList/index.wxml

13 lines
381 B
Plaintext

<!--pages/meterList/index.wxml-->
<navigator title="电表列表" canBack="{{true}}" />
<view class="time">{{ time }} </view>
<view style="margin: 0 24rpx;">
<table
header="{{header}}"
list="{{list}}"
border="{{true}}"
topStyle="text-align: center"
bodyStyle="text-align: center"
topColor="rgb(242,248,246)"
/>
</view>