修改人员详情展示

This commit is contained in:
Vce 2024-05-24 22:14:45 +08:00
parent 81e77f9de4
commit 5c736f9b85
2 changed files with 10 additions and 6 deletions

View File

@ -38,8 +38,8 @@ if (process.env.NODE_ENV === 'development') {
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
// Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
// Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)

View File

@ -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"