|
@@ -17,7 +17,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="cu-bar bg-white search py-2" un-border-t="1 solid gray-2" v-if="pageNode.type === 2">
|
|
<view class="cu-bar bg-white search py-2" un-border-t="1 solid gray-2" v-if="pageNode.type === 2">
|
|
<view class="search-form radius">
|
|
<view class="search-form radius">
|
|
- <uni-datetime-picker type="datetime" v-model="searchForm.queryDate"/>
|
|
|
|
|
|
+ <uni-datetime-picker type="date" v-model="searchForm.queryDate"/>
|
|
</view>
|
|
</view>
|
|
<view class="action">
|
|
<view class="action">
|
|
<button class="cu-btn bg-blue-5 text-white" hover-class="none" @click="searchClick">搜索</button>
|
|
<button class="cu-btn bg-blue-5 text-white" hover-class="none" @click="searchClick">搜索</button>
|