feat:操作绑定

This commit is contained in:
岳佳鑫
2022-10-22 16:44:20 +08:00
parent c7352c4a78
commit aff96a6c0b

View File

@@ -2157,6 +2157,7 @@ export default {
onClick={() => { onClick={() => {
// state.QR_hs = true; // state.QR_hs = true;
// state.ftsQR_hs = true; // state.ftsQR_hs = true;
state.canclestu = true;
}} }}
> >
优秀学员 优秀学员
@@ -2323,11 +2324,15 @@ export default {
justifyContent: "center", justifyContent: "center",
}} }}
> >
<div class="studentopea1"> <div class="studentopea1" onClick={() => {
state.canclestu = true;
}}>
{value.excellent ? "取消优秀" : "优秀学员"} {value.excellent ? "取消优秀" : "优秀学员"}
</div> </div>
<div class="studentopea2">查看</div> <div class="studentopea2" onClick={() => {
state.Seevisible = true;
}}>查看</div>
<div class="studentSelect"> <div class="studentSelect">
<a-select <a-select
style="width: 50px" style="width: 50px"
@@ -2336,7 +2341,9 @@ export default {
dropdownClassName="tabledropdown" dropdownClassName="tabledropdown"
> >
<a-select-option value="换组" label="换组"> <a-select-option value="换组" label="换组">
<div>换组</div> <div onClick={() => {
state.Changevisible = true;
}}>换组</div>
</a-select-option> </a-select-option>
<a-select-option value="删除" label="删除"> <a-select-option value="删除" label="删除">
<div <div