This commit is contained in:
熊成强 2020-11-10 14:48:29 +08:00
parent 03d6685c2d
commit d96932d227
2 changed files with 6 additions and 1 deletions

View File

@ -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: '确认'

View File

@ -180,6 +180,7 @@
<popupMange
:showPopup.sync="showPopupMange"
popupRightTitle="管理绩效考核"
:titleList='titleList'
:startId='options.startId'
@cb="handlePopupMangeSubmit"
@remove="showPopupPerson=true"