35 lines
1.0 KiB
Plaintext
35 lines
1.0 KiB
Plaintext
<wxs module="format" src="/utils/format.wxs"></wxs>
|
|
|
|
<view class="header_title">
|
|
<view class="header_title_row">
|
|
<van-row>
|
|
<van-col span="4">
|
|
<view class="header_img" bindtap="returnToPage">
|
|
<image src="/images/left.png"></image>
|
|
</view>
|
|
</van-col>
|
|
<van-col span="15">
|
|
<view class="header_name">移动考勤打卡</view>
|
|
</van-col>
|
|
</van-row>
|
|
</view>
|
|
</view>
|
|
|
|
<scroll-view class="max_content_scroll" type="list" scroll-y>
|
|
<project-select init="{{ initData }}" bindchange="onProjectSelect" id="projectSel"></project-select>
|
|
|
|
<view class="modify_video_nav" style="margin-top: 5rpx;">
|
|
<view>
|
|
<text>生效中的考勤点({{total}})</text>
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view wx:if="{{listData.length==0}}">
|
|
<view style="padding-top: 70px;text-align: -webkit-center;">
|
|
<image src="https://szgcwx.jhncidg.com/staticFiles/nodata.png" style="width: 130px;height: 105px;"></image>
|
|
<view style="color: #a5abbb;">暂无数据</view>
|
|
</view>
|
|
</view>
|
|
|
|
</scroll-view> |