mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 19:36:46 +08:00
feat:操作绑定
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user