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