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