修改部分内容

This commit is contained in:
2025-09-02 17:16:59 +08:00
parent a8312b89d5
commit 3e640c3633
6 changed files with 40 additions and 6 deletions

View File

@@ -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>