|
|
|
@ -73,13 +73,13 @@
|
|
|
|
|
<van-button custom-class="bottom-button" bind:click="loadMore">点击加载更多</van-button>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tdl-footer" style="display: flex;justify-content: flex-start;">
|
|
|
|
|
<view style="margin-top: 3%">
|
|
|
|
|
<view style="width: 20%;margin-top: 3%;margin-left: 64rpx">
|
|
|
|
|
<van-checkbox-group value="{{ isSelectAll }}" bind:change="changeSelectAll">
|
|
|
|
|
<van-checkbox name="0" shape="square" class="van-checkbox">全选</van-checkbox>
|
|
|
|
|
</van-checkbox-group>
|
|
|
|
|
</view>
|
|
|
|
|
<view style="width: 75%;margin-left: 24rpx;">
|
|
|
|
|
<van-button bind:click="openReport" custom-style="width: 45%" color="#0084FF" class="theme-add-btn" plain>生成数据</van-button>
|
|
|
|
|
<view style="margin-left: 36%;">
|
|
|
|
|
<van-button bind:click="openReport" color="#0084FF" custom-style="width: 120%" class="theme-add-btn" plain>生成数据</van-button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<van-dialog use-slot title="导出选项" show="{{reportShow}}" bind:confirm="report" show-cancel-button>
|
|
|
|
@ -87,7 +87,7 @@
|
|
|
|
|
<view>文件名称</view>
|
|
|
|
|
<view style="color:#999999;font-size: 14px;margin:24rpx">{{fileName}}</view>
|
|
|
|
|
<view>导出数量</view>
|
|
|
|
|
<view style="color:#999999;margin: 24rpx;font-size: 14px;">共导出 <span style="color: #0084FF">{{result.length}}</span> 条数据,以xlsx格式导出</view>
|
|
|
|
|
<view style="color:#999999;margin: 24rpx;font-size: 14px;">共导出 <span style="color: #0084FF">{{result.length == 0 ? total : result.length}}</span> 条数据,以xlsx格式导出</view>
|
|
|
|
|
<view>导出字段</view>
|
|
|
|
|
<view class="filter" >
|
|
|
|
|
<view wx:for="{{reportOption}}" wx:key="index">
|
|
|
|
|