修改部分内容
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</view>
|
||||
|
||||
<view class="customTable" wx:if="{{list.length}}">
|
||||
<view class="customTableTile">
|
||||
<!-- <view class="customTableTile">
|
||||
<van-row>
|
||||
<van-col span="4">
|
||||
<view style="text-align: center;"> 日期 </view>
|
||||
@@ -50,7 +50,15 @@
|
||||
</van-row>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view> -->
|
||||
<table
|
||||
header="{{header}}"
|
||||
list="{{list}}"
|
||||
border="{{true}}"
|
||||
topStyle="text-align: center"
|
||||
bodyStyle="text-align: center"
|
||||
topColor="rgb(242,248,246)"
|
||||
/>
|
||||
</view>
|
||||
<empty bind:refresh="getList" wx:else />
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user