优化
This commit is contained in:
parent
088a427770
commit
33295f9faa
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 4.0 KiB |
@ -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;
|
||||
|
||||
@ -186,6 +186,7 @@ export default {
|
||||
props: {
|
||||
value: 'startId',
|
||||
label: 'time',
|
||||
expandTrigger: 'hover',
|
||||
level: true
|
||||
},
|
||||
startId: [],
|
||||
|
||||
@ -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 () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user