fix:去掉面授管理中对学员进行得操作-通过、拒绝

This commit is contained in:
wyx
2023-01-17 15:31:14 +08:00
parent d472e37daf
commit 0d9f91ca79

View File

@@ -196,7 +196,7 @@
:scroll="{ x: 1500 }"
row-key="id"
:row-selection="stuRowSelection"
>
>
<template #action="{ record }">
<!-- <div style="display:flex;justify-content: center;align-items: center;">-->
<!-- <div v-if="props.type == 1" @click="excellentStudent(record)"
@@ -232,8 +232,8 @@
换组
</div>
</a-col>
-->
<a-col v-if="type === 3">
-->
<a-col v-if="type === 3 && record.status!==0">
<div
style=" color: #4ea6ff; font-size: 14px;text-align: center; margin-left: 10px; cursor: pointer; "
@click="updateStatus(0, record.id)"
@@ -241,7 +241,7 @@
通过
</div>
</a-col>
<a-col v-if="type === 3">
<a-col v-if="type === 3 && record.status!==0">
<div
style=" color: #4ea6ff;font-size: 14px;text-align: center; margin-left: 10px;cursor: pointer; "
@click="updateStatus(2, record.id)"