优化
This commit is contained in:
parent
61e7a7c5b2
commit
b99c2f252a
@ -70,10 +70,9 @@
|
|||||||
label="姓名"
|
label="姓名"
|
||||||
width="55px"
|
width="55px"
|
||||||
><template slot-scope="scope">
|
><template slot-scope="scope">
|
||||||
<img
|
<InfoHeader :isShow='false' :obj="{
|
||||||
:src="scope.row.avatar"
|
src:scope.row.avatar
|
||||||
class="popup-table-img"
|
}"/>
|
||||||
/>
|
|
||||||
</template></el-table-column>
|
</template></el-table-column>
|
||||||
<el-table-column>
|
<el-table-column>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
@ -144,7 +143,7 @@ import PopupRight from '@/components/PopupRight'
|
|||||||
import EvaluationTeamFilter from '@/components/EvaluationTeamFilter'
|
import EvaluationTeamFilter from '@/components/EvaluationTeamFilter'
|
||||||
import dialogDepart from '@/components/getDepart'
|
import dialogDepart from '@/components/getDepart'
|
||||||
import { apiManagerDetail, apiAssessManagerChange } from '@/api/assessment'
|
import { apiManagerDetail, apiAssessManagerChange } from '@/api/assessment'
|
||||||
|
import InfoHeader from '@/components/InfoHeader'
|
||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
title: {
|
title: {
|
||||||
@ -199,7 +198,8 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
PopupRight,
|
PopupRight,
|
||||||
dialogDepart,
|
dialogDepart,
|
||||||
EvaluationTeamFilter
|
EvaluationTeamFilter,
|
||||||
|
InfoHeader
|
||||||
},
|
},
|
||||||
computed: {},
|
computed: {},
|
||||||
beforeMount () { },
|
beforeMount () { },
|
||||||
@ -238,7 +238,7 @@ export default {
|
|||||||
})
|
})
|
||||||
let dicPara = {
|
let dicPara = {
|
||||||
changeType: 1,
|
changeType: 1,
|
||||||
confirm: 0,
|
confirm: 1,
|
||||||
staffIds: removeStaffIds.join(),
|
staffIds: removeStaffIds.join(),
|
||||||
startId: this.startId
|
startId: this.startId
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user