|
@@ -5,7 +5,7 @@
|
|
<view class="list_1">
|
|
<view class="list_1">
|
|
<view class="list_1_1 textOver">
|
|
<view class="list_1_1 textOver">
|
|
<text>{{item.apply_user}}</text>
|
|
<text>{{item.apply_user}}</text>
|
|
- <text class="text3">{{item.status=='1'?'已通过':item.status=='0'?'待通过':'已驳回'}}</text>
|
|
|
|
|
|
+ <text>{{item.status=='1'?'已通过':item.status=='0'?'待通过':'已驳回'}}</text>
|
|
</view>
|
|
</view>
|
|
<view class="list_1_2">申请时间:{{item.apply_time}}</view>
|
|
<view class="list_1_2">申请时间:{{item.apply_time}}</view>
|
|
</view>
|
|
</view>
|
|
@@ -19,22 +19,32 @@
|
|
</view>
|
|
</view>
|
|
</mobile-main>
|
|
</mobile-main>
|
|
<van-dialog use-slot title="详细信息" show="{{ show }}" :showCancelButton="{{false}}" confirmButtonText="返回" :closeOnClickOverlay="{{false}}">
|
|
<van-dialog use-slot title="详细信息" show="{{ show }}" :showCancelButton="{{false}}" confirmButtonText="返回" :closeOnClickOverlay="{{false}}">
|
|
- <view class="TT">
|
|
|
|
|
|
+ <view class="two_0">
|
|
|
|
+ <text class="text">头像:</text>
|
|
|
|
+ <image src="{{details.icon[0].url}}" class="image"></image>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="two">
|
|
<text class="text">名称:</text>
|
|
<text class="text">名称:</text>
|
|
<text class="text1">{{details.nickname}}</text>
|
|
<text class="text1">{{details.nickname}}</text>
|
|
</view>
|
|
</view>
|
|
- <view class="TT">
|
|
|
|
- <text class="text">phone:</text>
|
|
|
|
|
|
+ <view class="two">
|
|
|
|
+ <text class="text">电话:</text>
|
|
<text class="text1">{{details.phone}}</text>
|
|
<text class="text1">{{details.phone}}</text>
|
|
</view>
|
|
</view>
|
|
- <view class="TT">
|
|
|
|
|
|
+ <view class="two">
|
|
<text class="text">性别:</text>
|
|
<text class="text">性别:</text>
|
|
<text class="text1">{{details.gender}}</text>
|
|
<text class="text1">{{details.gender}}</text>
|
|
</view>
|
|
</view>
|
|
- <view class="TT">
|
|
|
|
|
|
+ <view class="two">
|
|
|
|
+ <text class="text">类别:</text>
|
|
|
|
+ <text class="text1">{{details.type}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="two">
|
|
|
|
+ <text class="text">岗位:</text>
|
|
|
|
+ <text class="text1">{{details.work}}</text>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="two">
|
|
<text class="text">邮箱:</text>
|
|
<text class="text">邮箱:</text>
|
|
<text class="text1">{{details.email}}</text>
|
|
<text class="text1">{{details.email}}</text>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
-
|
|
|
|
</van-dialog>
|
|
</van-dialog>
|