mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat:弹窗绑定
This commit is contained in:
@@ -372,7 +372,10 @@
|
||||
? 'flex'
|
||||
: 'none',
|
||||
}"
|
||||
@click="showCopyModal"
|
||||
|
||||
@click="
|
||||
item.course === '面授' ? showCopyModal(item.course) : null
|
||||
"
|
||||
>
|
||||
二维码
|
||||
</div>
|
||||
@@ -1473,7 +1476,7 @@
|
||||
v-model:visible="copyModal"
|
||||
:footer="null"
|
||||
:closable="closeCopy"
|
||||
wrapClassName="CopyModal"
|
||||
wrapClassName="facemanageModal"
|
||||
centered="true"
|
||||
>
|
||||
<div class="delete">
|
||||
@@ -2296,7 +2299,11 @@ export default {
|
||||
}}
|
||||
>
|
||||
<div class="studentopea1" onClick={() => {
|
||||
state.canclestu = true;
|
||||
if(value.excellent === false){
|
||||
state.canclestu = true;
|
||||
}else if(value.excellent === true){
|
||||
state.canclestu = false;
|
||||
}
|
||||
}}>
|
||||
{value.excellent ? "取消优秀" : "优秀学员"}
|
||||
</div>
|
||||
@@ -2861,7 +2868,7 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.CopyModal {
|
||||
.facemanageModal {
|
||||
.ant-modal {
|
||||
width: 532px !important;
|
||||
height: 428px !important;
|
||||
|
||||
Reference in New Issue
Block a user