mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
feat:操作绑定
This commit is contained in:
@@ -2157,6 +2157,7 @@ export default {
|
||||
onClick={() => {
|
||||
// state.QR_hs = true;
|
||||
// state.ftsQR_hs = true;
|
||||
state.canclestu = true;
|
||||
}}
|
||||
>
|
||||
优秀学员
|
||||
@@ -2323,11 +2324,15 @@ export default {
|
||||
justifyContent: "center",
|
||||
}}
|
||||
>
|
||||
<div class="studentopea1">
|
||||
<div class="studentopea1" onClick={() => {
|
||||
state.canclestu = true;
|
||||
}}>
|
||||
{value.excellent ? "取消优秀" : "优秀学员"}
|
||||
</div>
|
||||
|
||||
<div class="studentopea2">查看</div>
|
||||
<div class="studentopea2" onClick={() => {
|
||||
state.Seevisible = true;
|
||||
}}>查看</div>
|
||||
<div class="studentSelect">
|
||||
<a-select
|
||||
style="width: 50px"
|
||||
@@ -2336,7 +2341,9 @@ export default {
|
||||
dropdownClassName="tabledropdown"
|
||||
>
|
||||
<a-select-option value="换组" label="换组">
|
||||
<div>换组</div>
|
||||
<div onClick={() => {
|
||||
state.Changevisible = true;
|
||||
}}>换组</div>
|
||||
</a-select-option>
|
||||
<a-select-option value="删除" label="删除">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user