问题修复

This commit is contained in:
李东进1
2023-02-24 00:28:09 +08:00
parent 4241f7646e
commit d62f390669
3 changed files with 21 additions and 3 deletions

View File

@@ -266,9 +266,10 @@ export default {
const getStuProgress = () => {
state.loading = true
let obj = {
routerId:props.routerId==null?props.studentId:props.routerId
// routerId:props.studentId
routerId:props.routerId,
id:props.studentId
}
console.log("obj",obj);
stuProgress(obj).then(res => {
console.log("查询当前学员进度信息success",res)
state.pro = res.data.data

View File

@@ -377,7 +377,7 @@
onClick={
() => {
{/* 当前学员 用来查看学员详情 */}
state.routerId = value.record.routerId;
state.routerId = value.record.pid;
state.studentId = value.record.studentId;
state.CheckStuvisible = true;
console.log(value);

View File

@@ -217,6 +217,23 @@
<div v-if="hasTask">
<div class="onerow">
<div class="taskmain">项目概览</div>
<a-popover title="项目信息">
<template #content>
<div class="setc_name"><span>项目名称:</span></div>
<div class="setc_main">
<span style="color: #999999">{{ name }}</span>
</div>
<div class="setc_name"><span>项目说明:</span></div>
<div class="setc_main">
<span style="color: #999999">{{ remark }}</span>
</div>
</template>
<div style="display:flex;justify-content: flex-start;margin-left: 10px;padding: 6px;">
<div class="script" style="border: 1px solid #40a9ff;padding: 2px;">
<span style="font-size: 16px; color: #40a9ff">项目说明</span>
</div>
</div>
</a-popover>
</div>
<div class="second" style="margin-top: 0">
<div class="nubbox">