添加组件及页面
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<slot name="tbody" />
|
||||
</block>
|
||||
<block wx:else>
|
||||
<view wx:if="{{data.length == 0}}" class="tr" style="height: 32px" />
|
||||
<view wx:if="{{data.length == 0}}" class="tr" style="height: 64rpx" />
|
||||
<block wx:for="{{data}}" wx:key="index" wx:for-item="record">
|
||||
<view class="tr">
|
||||
<block wx:for="{{columns}}" wx:key="index">
|
||||
@@ -37,5 +37,4 @@
|
||||
</block>
|
||||
</view>
|
||||
</view>
|
||||
<view wx:if="{{!useTbodySlot && data.length == 0}}" class="empty-data">暂无数据</view>
|
||||
|
||||
<view wx:if="{{!useTbodySlot && data.length == 0}}" class="empty-data">暂无数据</view>
|
||||
Reference in New Issue
Block a user