Merge branch 'bjxz-cjw' into bjxz-dev
This commit is contained in:
commit
352fa86151
@ -28,6 +28,10 @@
|
||||
<view class="projectName">{{workerInfo.projectName}}</view>
|
||||
<view class="details-content" v-if="workerInfo.personType==1 && codeShow">
|
||||
<view class="left-content">
|
||||
<view class="project_info">
|
||||
<text class="name">企业:</text>
|
||||
<text>{{workerInfo.enterpriseName}}</text>
|
||||
</view>
|
||||
<view class="project_info">
|
||||
<text class="name">班组:</text>
|
||||
<text>{{workerInfo.teamName}}</text>
|
||||
@ -68,21 +72,21 @@
|
||||
<view class="flex item" @click="showItemDetails(1)">
|
||||
<image class="margin_r_5" style="width: 46rpx;height:46rpx"
|
||||
src="../../../../static/personManage/ht.png"></image>
|
||||
<text>合同</text>
|
||||
<text>劳动合同</text>
|
||||
<text class="state1" v-if="contractList.length>0">已签</text>
|
||||
<text class="state2" v-else>未签</text>
|
||||
<text class="state2" style="top: -7px;left: 68px;" v-else>未签</text>
|
||||
</view>
|
||||
<view class="flex item" @click="showItemDetails(2)">
|
||||
<image class="margin_r_5" style="width: 42rpx;height:42rpx"
|
||||
src="../../../../static/personManage/tjzs.png"></image>
|
||||
<text>体检</text>
|
||||
<text class="state1" v-if="physicalsList.length>0">已体检</text>
|
||||
<text class="state2" v-else>未体检</text>
|
||||
<text class="state2" style="top: -7px;left: 40px;" v-else>未体检</text>
|
||||
</view>
|
||||
<view class="flex item" @click="showItemDetails(3)">
|
||||
<image class="margin_r_5" style="width: 38rpx;height:44rpx"
|
||||
src="../../../../static/personManage/bx.png"></image>
|
||||
<text>保险</text>
|
||||
<text>工伤保险</text>
|
||||
</view>
|
||||
<view class="flex item" @click="showItemDetails(4)">
|
||||
<image class="margin_r_5" style="width: 43rpx;height:38rpx"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user