CRM-去除考勤查看搜索

This commit is contained in:
wangyang
2025-08-29 10:21:25 +08:00
parent f1565c20d2
commit 245e1f265f

View File

@@ -10,18 +10,18 @@
<!-- 正文内容 --> <!-- 正文内容 -->
<view> <view>
<!-- 搜索 --> <!-- 搜索 -->
<view class="search"> <!-- <view class="search">-->
<picker mode="date" :value="defaultDate" :start="startDate" :end="endDate" @change="bindDateChange" <!-- <picker mode="date" :value="defaultDate" :start="startDate" :end="endDate" @change="bindDateChange"-->
class="picker-bg"> <!-- class="picker-bg">-->
<view class="picker"> <!-- <view class="picker">-->
<uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phoneshizhong" <!-- <uni-icons custom-prefix="iconfont" color="#ffffff" type="icon-phoneshizhong"-->
size="18"></uni-icons> <!-- size="18"></uni-icons>-->
<view>{{ defaultDate }}</view> <!-- <view>{{ defaultDate }}</view>-->
<uni-icons type="down" size="18"></uni-icons> <!-- <uni-icons type="down" size="18"></uni-icons>-->
</view> <!-- </view>-->
</picker> <!-- </picker>-->
<button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button> <!-- <button type="default" @click="handleSearch" size="mini" class="btn-search">查询</button>-->
</view> <!-- </view>-->
<!-- 分页部分 --> <!-- 分页部分 -->
<view class="white-bg margin-bottom20" v-for="(item, index) in list"> <view class="white-bg margin-bottom20" v-for="(item, index) in list">