This commit is contained in:
熊成强 2020-11-17 15:57:30 +08:00
parent 088a427770
commit 33295f9faa
4 changed files with 14 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -5,8 +5,8 @@
<img :src="obj.src|| ''" :onerror="defaultImg" alt="">
</div>
<div v-if="isShow" class="header-title-right commonFont">
<span style="font-size:14px;">{{obj.name || "熊成强"}}</span>
<span style="font-size:12px;">{{obj.departmentName || "技术部门"}}</span>
<span v-if="obj.name" style="font-size:14px;">{{obj.name || "熊成强"}}</span>
<span v-if="obj.departmentName" style="font-size:12px;">{{obj.departmentName || "技术部门"}}</span>
</div>
</div>
</template>
@ -45,6 +45,7 @@ export default {
// margin: 0 0 10PX 0;
display: flex;
align-items: center;
justify-content: center;
&-img{
width: 40px;
height: 40px;

View File

@ -186,6 +186,7 @@ export default {
props: {
value: 'startId',
label: 'time',
expandTrigger: 'hover',
level: true
},
startId: [],

View File

@ -95,6 +95,13 @@
label="姓名"
align='center'
>
<template slot-scope="scope">
<div>
<InfoHeader :obj="{
src:scope.row.avatar,
name:scope.row.staffName }" />
</div>
</template>
</el-table-column>
<el-table-column
prop="departmentName"
@ -212,7 +219,7 @@ import PopupRight from '@/components/PopupRight'
import EvaluationTeamFilter from '@/components/EvaluationTeamFilter'
import ChooseInitiate from '@/components/ChooseInitiate'
import popupRemovePerson from '@/components/popupPerson'
import InfoHeader from '@/components/InfoHeader'
import { apiManagerDetail, apiChartList, apiAssessManagerToScore } from '@/api/assessment'
import { getStartsData } from '@/api/report'
let id = 0
@ -271,7 +278,8 @@ export default {
popupRemovePerson,
PopupRight,
EvaluationTeamFilter,
ChooseInitiate
ChooseInitiate,
InfoHeader
},
computed: {
formTitle () {