mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 01:06:45 +08:00
feat:查看对接
This commit is contained in:
@@ -921,8 +921,8 @@
|
||||
<stu-add v-model:Stuvisible="Stuvisible" />
|
||||
<!-- 学员管理-导入学员抽屉 -->
|
||||
<import-stu v-model:Importvisible="Importvisible" />
|
||||
<!-- 查看学员 -->
|
||||
<see-stu v-model:Seevisible="Seevisible" />
|
||||
<!-- 查看学员 传入查看学员的id-->
|
||||
<see-stu v-model:Seevisible="Seevisible" v-model:checkStuId="checkStuId" v-model:projectId="projectId"/>
|
||||
<!-- 学员换组 -->
|
||||
<change-group v-model:Changevisible="Changevisible" />
|
||||
<!-- 组员名单抽屉 -->
|
||||
@@ -1545,6 +1545,7 @@ export default {
|
||||
noticeContent: "",
|
||||
TaskFaceImpStuvisible: false, //批量面授报名
|
||||
valuestugn: "", //小组管理的输入的小组名称
|
||||
checkStuId: null, //要查看的学员id
|
||||
//进度排行表
|
||||
jindutabledata: [
|
||||
{
|
||||
@@ -2294,6 +2295,8 @@ export default {
|
||||
class="studentopea2"
|
||||
onClick={() => {
|
||||
state.Seevisible = true;
|
||||
console.log(value.studentId, "点击了查看");
|
||||
state.checkStuId = value.studentId;
|
||||
}}
|
||||
>
|
||||
查看
|
||||
|
||||
Reference in New Issue
Block a user