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