|
@@ -2,23 +2,22 @@
|
|
<view class="phone-zjzgs-page">
|
|
<view class="phone-zjzgs-page">
|
|
<view class="icon-title-navBar-box">
|
|
<view class="icon-title-navBar-box">
|
|
<view @click="goUpPage" class="nav-bar-icon"></view>
|
|
<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"/>
|
|
|
|
|
|
+ <text class="nav-bar-title">申请办证数量</text>
|
|
</view>
|
|
</view>
|
|
<view class="zjzgs-body-box">
|
|
<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>
|
|
|
|
|
|
+ <!-- v-for="item in data.list" :key="item.jzId" -->
|
|
|
|
+ <view class="zjzgs-num-box" >
|
|
|
|
+ <view class="zjzgs-title">工商联</view>
|
|
<view class="num-item-box">
|
|
<view class="num-item-box">
|
|
- <view>职业名称:{{ item.zyName }}</view>
|
|
|
|
|
|
+ <view>职业等级:育婴师高级</view>
|
|
|
|
+ <view> </view>
|
|
</view>
|
|
</view>
|
|
<view class="num-item-box">
|
|
<view class="num-item-box">
|
|
- <view>职业等级:{{ item.zyLevel }}</view>
|
|
|
|
|
|
+ <view>申请数量:100</view>
|
|
</view>
|
|
</view>
|
|
- <view class="num-item-box">
|
|
|
|
- <view>家政人员数量:{{ item.userCount }}</view>
|
|
|
|
- <view class="num-btn" @click="checkUser(item)">详情</view>
|
|
|
|
|
|
+
|
|
|
|
+ <view class="list-btn-box">
|
|
|
|
+ <view class="list-btn">查看详情</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|