优化
This commit is contained in:
parent
03d6685c2d
commit
d96932d227
@ -13,7 +13,7 @@
|
||||
class="popup-content"
|
||||
>
|
||||
<div class="popup-content-selection">
|
||||
<div class="row popup-content-selection-title">变更参与考核人员(9人)</div>
|
||||
<div class="row popup-content-selection-title">变更参与考核人员({{ titleList.length>0? titleList[0].num : 0}}人)</div>
|
||||
<div class="row">
|
||||
<el-button
|
||||
type="text"
|
||||
@ -96,6 +96,10 @@ export default {
|
||||
type: Boolean,
|
||||
default: false
|
||||
},
|
||||
titleList: {
|
||||
type: Array,
|
||||
default: () => []
|
||||
},
|
||||
subumitText: {
|
||||
type: String,
|
||||
default: '确认'
|
||||
|
||||
@ -180,6 +180,7 @@
|
||||
<popupMange
|
||||
:showPopup.sync="showPopupMange"
|
||||
popupRightTitle="管理绩效考核"
|
||||
:titleList='titleList'
|
||||
:startId='options.startId'
|
||||
@cb="handlePopupMangeSubmit"
|
||||
@remove="showPopupPerson=true"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user