|
@@ -4,9 +4,6 @@
|
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
|
<text class="nav-bar-title">子家政公司</text>
|
|
|
</view>
|
|
|
- <view class="jiazheng-search-box">
|
|
|
- <uni-datetime-picker v-model="data.range" type="daterange" @change="onDateSelect" style="flex: 1" class="yishou-date-box"/>
|
|
|
- </view>
|
|
|
<view class="zjzgs-body-box">
|
|
|
<view class="zjzgs-num-box" v-for="item in data.list" :key="item.jzId">
|
|
|
<view class="zjzgs-title">{{ item.jgName }}</view>
|