You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.5 KiB

9 months ago
<view class="page flex-col">
<view class="group_3 flex-col">
<view class="group_4 flex-col">
<text class="text_3">导入文件</text>
<view bindtap="__e" class="group_5 flex-row" data-event-opts="{{[ [ 'tap',[ [ 'chooseAndUploadFile',['$event'] ] ] ] ]}}">
<view class="image-text_1 flex-col justify-between">
<image class="label_1" referrerpolicy="no-referrer" src="/static/lanhu_daoruxuesheng/FigmaDDSSlicePNG20c817f09765cb5f7b8e28328b753861.png"></image>
<view class="text-group_1 flex-row">
<text class="text_4">上传Excel模版文件</text>
<text class="text_5">点击上传</text>
</view>
</view>
</view>
<view bindtap="__e" class="image-text_2 flex-row justify-between" data-event-opts="{{[ [ 'tap',[ [ 'downloadFile',['$event'] ] ] ] ]}}">
<image class="thumbnail_2" referrerpolicy="no-referrer" src="/static/lanhu_daoruxuesheng/FigmaDDSSlicePNG4987a1871936eebbc2f8ef1aa676b130.png"></image>
<text class="text-group_2" style="margin-top:5rpx;">下载模版文件 模版.xls</text>
</view>
</view>
<view bindtap="__e" class="text-wrapper_1 flex-col" data-event-opts="{{[ [ 'tap',[ ['shangchuan'] ] ] ]}}" style="background-color:gray;" wx:if="{{lode}}">
<text class="text_6">确定</text>
</view>
</view>
</view>