no message
This commit is contained in:
parent
60878c86e1
commit
77670ad094
@ -20,18 +20,21 @@
|
|||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div> -->
|
||||||
<div class="performance-content-title">
|
<div class="performance-content-title">
|
||||||
<InfoHeader
|
<InfoHeader :obj="{
|
||||||
:obj="{
|
|
||||||
name:obj.currentApprovalStaffName,
|
name:obj.currentApprovalStaffName,
|
||||||
departmentName:obj.departmentName
|
departmentName:obj.departmentName
|
||||||
}"
|
}" />
|
||||||
/>
|
|
||||||
<div class="performance-content-title-right">
|
<div class="performance-content-title-right">
|
||||||
<el-button size="mini" @click="handleZhiding" type="primary">制定目标</el-button>
|
<el-button
|
||||||
|
size="mini"
|
||||||
|
@click="handleZhiding"
|
||||||
|
type="primary"
|
||||||
|
>制定目标</el-button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="performance-content-center">
|
<div class="performance-content-center">
|
||||||
<div class="performance-content-center-item"
|
<div
|
||||||
|
class="performance-content-center-item"
|
||||||
:class="{
|
:class="{
|
||||||
active:i.isActive,
|
active:i.isActive,
|
||||||
right:true,
|
right:true,
|
||||||
@ -40,24 +43,54 @@
|
|||||||
v-for="(i,index) in formList.flowRecordList"
|
v-for="(i,index) in formList.flowRecordList"
|
||||||
:key="index"
|
:key="index"
|
||||||
>
|
>
|
||||||
<el-tooltip v-if="i.flowName !== '执行中'" class="item" effect="dark" :content="(index >= (formList.flowRecordList.length-1))?i.flowName:i.flowName +' : '+i.staffName" placement="top">
|
<el-tooltip
|
||||||
|
v-if="i.flowName !== '执行中'"
|
||||||
|
class="item"
|
||||||
|
effect="dark"
|
||||||
|
:content="(index >= (formList.flowRecordList.length-1))?i.flowName:i.flowName +' : '+i.staffName"
|
||||||
|
placement="top"
|
||||||
|
>
|
||||||
<div>
|
<div>
|
||||||
{{index+1}}.{{i.flowName}} <span v-if="index !== (formList.flowRecordList.length-1)">:{{i.staffName}} <i v-if="i.status ===1 && !i.isActive" style="color:#3ba1ff;margin:0 0 0 4px;font-weight:800;" class="el-icon-check"></i></span>
|
{{index+1}}.{{i.flowName}} <span v-if="index !== (formList.flowRecordList.length-1)">:{{i.staffName}} <i
|
||||||
<i style="cursor: pointer;" @click="handleRight(i)" class="el-icon-video-pause"></i>
|
v-if="i.status ===1 && !i.isActive"
|
||||||
|
style="color:#3ba1ff;margin:0 0 0 4px;font-weight:800;"
|
||||||
|
class="el-icon-check"
|
||||||
|
></i></span>
|
||||||
|
<i
|
||||||
|
style="cursor: pointer;"
|
||||||
|
@click="handleRight(i)"
|
||||||
|
class="el-icon-video-pause"
|
||||||
|
></i>
|
||||||
</div>
|
</div>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
<el-tooltip v-if="i.flowName === '执行中'" class="item" effect="dark" placement="top">
|
<el-tooltip
|
||||||
<div slot="content">执行中”是员工在目标确认后,努力达成目标的一个过程,直到管理员发起评分。<br/>管理员如何发起评分:返回上级页面<考核详情>,点击"开始评分"按钮发起。</div>
|
v-if="i.flowName === '执行中'"
|
||||||
|
class="item"
|
||||||
|
effect="dark"
|
||||||
|
placement="top"
|
||||||
|
>
|
||||||
|
<div slot="content">执行中”是员工在目标确认后,努力达成目标的一个过程,直到管理员发起评分。<br />管理员如何发起评分:返回上级页面<考核详情>,点击"开始评分"按钮发起。</div>
|
||||||
<div>
|
<div>
|
||||||
{{index+1}}.{{i.flowName}}<i class="el-icon-warning-outline" />:{{i.staffName}} <i v-if="i.status ===1 && !i.isActive" style="color:#3ba1ff;margin:0 0 0 4px;font-weight:800;" class="el-icon-check"></i>
|
{{index+1}}.{{i.flowName}}<i class="el-icon-warning-outline" />:{{i.staffName}} <i
|
||||||
<i style="cursor: pointer;" @click="handleRight(i)" class="el-icon-video-pause"></i>
|
v-if="i.status ===1 && !i.isActive"
|
||||||
|
style="color:#3ba1ff;margin:0 0 0 4px;font-weight:800;"
|
||||||
|
class="el-icon-check"
|
||||||
|
></i>
|
||||||
|
<i
|
||||||
|
style="cursor: pointer;"
|
||||||
|
@click="handleRight(i)"
|
||||||
|
class="el-icon-video-pause"
|
||||||
|
></i>
|
||||||
</div>
|
</div>
|
||||||
</el-tooltip>
|
</el-tooltip>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="performance-content-bottom">
|
<div class="performance-content-bottom">
|
||||||
<tables v-if="obj.length !==0" :obj='obj' />
|
<tables
|
||||||
|
v-if="obj.length !==0"
|
||||||
|
:obj='obj'
|
||||||
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div class="performance-content-jilu">
|
<div class="performance-content-jilu">
|
||||||
<div class="performance-content-jilu-title commonFont">
|
<div class="performance-content-jilu-title commonFont">
|
||||||
@ -66,13 +99,17 @@
|
|||||||
<div
|
<div
|
||||||
v-for="(i,index) in formList.resultCommentList"
|
v-for="(i,index) in formList.resultCommentList"
|
||||||
:key="index"
|
:key="index"
|
||||||
class="performance-content-jilu-item commonFont">
|
class="performance-content-jilu-item commonFont"
|
||||||
|
>
|
||||||
<div class="performance-content-jilu-item-time">
|
<div class="performance-content-jilu-item-time">
|
||||||
{{i.gmtCreate}}
|
{{i.gmtCreate}}
|
||||||
</div>
|
</div>
|
||||||
<div class="performance-content-jilu-item-content">
|
<div class="performance-content-jilu-item-content">
|
||||||
<div class="performance-content-jilu-item-content-img">
|
<div class="performance-content-jilu-item-content-img">
|
||||||
<img src="https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=2346299354,1694591848&fm=26&gp=0.jpg" alt="">
|
<img
|
||||||
|
src="https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=2346299354,1694591848&fm=26&gp=0.jpg"
|
||||||
|
alt=""
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<span>{{i.staffName}}</span><span class="mubiao">#{{i.optDesc}}#</span>
|
<span>{{i.staffName}}</span><span class="mubiao">#{{i.optDesc}}#</span>
|
||||||
@ -81,12 +118,22 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<popup-right v-if="right.showRight" @cancel='handleCancel' @submit="handleSubmit" :footer='true' :title="form.item.flowName">
|
<popup-right
|
||||||
<div slot="content" class="chooseManage">
|
v-if="right.showRight"
|
||||||
|
@cancel='handleCancel'
|
||||||
|
@submit="handleSubmit"
|
||||||
|
:footer='true'
|
||||||
|
:title="form.item.flowName"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
slot="content"
|
||||||
|
class="chooseManage"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
class='chooseManage-item'
|
class='chooseManage-item'
|
||||||
:key="index"
|
:key="index"
|
||||||
v-for="(i,index) in form.item.flowDetailRespList">
|
v-for="(i,index) in form.item.flowDetailRespList"
|
||||||
|
>
|
||||||
{{i}}
|
{{i}}
|
||||||
</div>
|
</div>
|
||||||
<!-- <div v-for="i in rightList" :key="i.id" class="chooseManage-item" >
|
<!-- <div v-for="i in rightList" :key="i.id" class="chooseManage-item" >
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user