Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyunapp into bjxz-rain
This commit is contained in:
commit
996e8536dc
10
pages.json
10
pages.json
@ -1134,11 +1134,11 @@
|
|||||||
{
|
{
|
||||||
"path": "pages/alarmPage/indexTwo",
|
"path": "pages/alarmPage/indexTwo",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "报警提示",
|
// "navigationBarTitleText": "报警提示",
|
||||||
"enablePullDownRefresh": true,
|
"enablePullDownRefresh": true
|
||||||
"onReachBottomDistance": 100,
|
// "onReachBottomDistance": 100,
|
||||||
"navigationBarBackgroundColor": "#3A7BFF",
|
// "navigationBarBackgroundColor": "#3A7BFF",
|
||||||
"navigationBarTextStyle": "white"
|
// "navigationBarTextStyle": "white"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -290,6 +290,7 @@
|
|||||||
|
|
||||||
.beginexam {
|
.beginexam {
|
||||||
padding: 26.92rpx 32.69rpx;
|
padding: 26.92rpx 32.69rpx;
|
||||||
|
padding-top: 40rpx;
|
||||||
height: 58%;
|
height: 58%;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -307,7 +308,8 @@
|
|||||||
|
|
||||||
.text:nth-child(2) {
|
.text:nth-child(2) {
|
||||||
font-size: 34rpx;
|
font-size: 34rpx;
|
||||||
width: 52%;
|
// width: 52%;
|
||||||
|
flex: 1;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: anywhere;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -322,8 +324,10 @@
|
|||||||
|
|
||||||
.radio {
|
.radio {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex;
|
// align-items: center;
|
||||||
|
>text{
|
||||||
|
margin-top: 5rpx;
|
||||||
|
}
|
||||||
.question-desc {
|
.question-desc {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 82%;
|
width: 82%;
|
||||||
@ -342,8 +346,10 @@
|
|||||||
|
|
||||||
.check {
|
.check {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex;
|
// align-items: center;
|
||||||
|
>text{
|
||||||
|
margin-top: 5rpx;
|
||||||
|
}
|
||||||
.question-desc {
|
.question-desc {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 82%;
|
width: 82%;
|
||||||
|
|||||||
@ -17,13 +17,13 @@
|
|||||||
<text>对于成绩不满意可再次考试</text>
|
<text>对于成绩不满意可再次考试</text>
|
||||||
</view>
|
</view>
|
||||||
<button type="primary" class="btn"
|
<button type="primary" class="btn"
|
||||||
@click="goHiidden('/personLocation/exam/beginexam/beginexam')">再考一次</button>
|
@click="examAgain('/personLocation/exam/beginexam/beginexam')">再考一次</button>
|
||||||
<button type="primary" class="btn1" plain="true"
|
<button type="primary" class="btn1" plain="true"
|
||||||
@click="goHiidden('/personLocation/exam/index/index')">返回</button>
|
@click="goHiidden('/personLocation/exam/index/index')">返回</button>
|
||||||
</view>
|
</view>
|
||||||
<view class="examresult" v-else>
|
<view class="examresult" v-else>
|
||||||
<view class="text-success">
|
<view class="text-success">
|
||||||
<text>80</text>
|
<text>{{pageData.score}}</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="image-tip">
|
<view class="image-tip">
|
||||||
<image src="/static/exam/examSuccess.png" mode=""></image>
|
<image src="/static/exam/examSuccess.png" mode=""></image>
|
||||||
@ -32,7 +32,7 @@
|
|||||||
<text>恭喜您通过考试</text>
|
<text>恭喜您通过考试</text>
|
||||||
</view>
|
</view>
|
||||||
<button type="primary" class="btn"
|
<button type="primary" class="btn"
|
||||||
@click="goHiidden('/personLocation/exam/beginexam/beginexam')">返回</button>
|
@click="goHiidden('/personLocation/exam/index/index')">返回</button>
|
||||||
</view>
|
</view>
|
||||||
<levitatedsphere :x="100" :y="80"></levitatedsphere>
|
<levitatedsphere :x="100" :y="80"></levitatedsphere>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@ -28,6 +28,10 @@
|
|||||||
<view class="projectName">{{workerInfo.projectName}}</view>
|
<view class="projectName">{{workerInfo.projectName}}</view>
|
||||||
<view class="details-content" v-if="workerInfo.personType==1 && codeShow">
|
<view class="details-content" v-if="workerInfo.personType==1 && codeShow">
|
||||||
<view class="left-content">
|
<view class="left-content">
|
||||||
|
<view class="project_info">
|
||||||
|
<text class="name">企业:</text>
|
||||||
|
<text>{{workerInfo.enterpriseName}}</text>
|
||||||
|
</view>
|
||||||
<view class="project_info">
|
<view class="project_info">
|
||||||
<text class="name">班组:</text>
|
<text class="name">班组:</text>
|
||||||
<text>{{workerInfo.teamName}}</text>
|
<text>{{workerInfo.teamName}}</text>
|
||||||
@ -68,21 +72,21 @@
|
|||||||
<view class="flex item" @click="showItemDetails(1)">
|
<view class="flex item" @click="showItemDetails(1)">
|
||||||
<image class="margin_r_5" style="width: 46rpx;height:46rpx"
|
<image class="margin_r_5" style="width: 46rpx;height:46rpx"
|
||||||
src="../../../../static/personManage/ht.png"></image>
|
src="../../../../static/personManage/ht.png"></image>
|
||||||
<text>合同</text>
|
<text>劳动合同</text>
|
||||||
<text class="state1" v-if="contractList.length>0">已签</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>
|
||||||
<view class="flex item" @click="showItemDetails(2)">
|
<view class="flex item" @click="showItemDetails(2)">
|
||||||
<image class="margin_r_5" style="width: 42rpx;height:42rpx"
|
<image class="margin_r_5" style="width: 42rpx;height:42rpx"
|
||||||
src="../../../../static/personManage/tjzs.png"></image>
|
src="../../../../static/personManage/tjzs.png"></image>
|
||||||
<text>体检</text>
|
<text>体检</text>
|
||||||
<text class="state1" v-if="physicalsList.length>0">已体检</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>
|
||||||
<view class="flex item" @click="showItemDetails(3)">
|
<view class="flex item" @click="showItemDetails(3)">
|
||||||
<image class="margin_r_5" style="width: 38rpx;height:44rpx"
|
<image class="margin_r_5" style="width: 38rpx;height:44rpx"
|
||||||
src="../../../../static/personManage/bx.png"></image>
|
src="../../../../static/personManage/bx.png"></image>
|
||||||
<text>保险</text>
|
<text>工伤保险</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex item" @click="showItemDetails(4)">
|
<view class="flex item" @click="showItemDetails(4)">
|
||||||
<image class="margin_r_5" style="width: 43rpx;height:38rpx"
|
<image class="margin_r_5" style="width: 43rpx;height:38rpx"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user