Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
yuping
2023-02-21 23:03:08 +08:00
6 changed files with 28 additions and 18 deletions

View File

@@ -38,6 +38,7 @@
:data="{ :data="{
type: type, type: type,
taskId: Number(id), taskId: Number(id),
workId: datesource.info.id,
targetId: Number(id), targetId: Number(id),
}" }"
> >
@@ -149,8 +150,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
width: 500px; width: 500px;
height: 40px; height: 40px;"
"
:style="{ :style="{
background: errNum background: errNum
? 'rgba(255, 116, 116, 0.1)' ? 'rgba(255, 116, 116, 0.1)'
@@ -200,6 +200,12 @@ export default {
type: Boolean, type: Boolean,
default: false, default: false,
}, },
datesource: {
type: Object,
default: function () {
return {};
},
},
//type=3:面授课 //type=3:面授课
type: { type: {
type: String, type: String,
@@ -241,6 +247,7 @@ export default {
const afterVisibleChange = (bool) => { const afterVisibleChange = (bool) => {
console.log("state", bool); console.log("state", bool);
console.log(props.datesource)
}; };
//上传文件 //上传文件

View File

@@ -8,7 +8,7 @@
> >
<div class="drawerMain"> <div class="drawerMain">
<div class="header"> <div class="header">
<div class="headerTitle">组员名单</div> <div class="headerTitle">组员名单1</div>
<img <img
style="width: 29px; height: 29px; cursor: pointer" style="width: 29px; height: 29px; cursor: pointer"
src="../../assets/images/basicinfo/close.png" src="../../assets/images/basicinfo/close.png"
@@ -323,6 +323,7 @@ export default {
}; };
//点击确认批量删除弹窗 //点击确认批量删除弹窗
const sureDeModal = () => { const sureDeModal = () => {
debugger
let obj = { let obj = {
projectGroupId: props.chooseGroupId, projectGroupId: props.chooseGroupId,
projectId: props.projectId, projectId: props.projectId,

View File

@@ -135,6 +135,7 @@
:type="1" :type="1"
:id="projectTaskInfo?.id" :id="projectTaskInfo?.id"
:pid="projectTaskInfo?.projectId" :pid="projectTaskInfo?.projectId"
:datesource="projectTaskInfo"
v-model:searchTaskList="searchTaskList" v-model:searchTaskList="searchTaskList"
/> />
<!-- 查看作业抽屉 --> <!-- 查看作业抽屉 -->

View File

@@ -144,8 +144,8 @@
<div> <div>
<span class="nub1" style="color: #5dc988">{{ <span class="nub1" style="color: #5dc988">{{
routerInfoOverview.onlineCourseCnt routerInfoOverview.onlineCourseCnt
}}</span }}</span>
><span style="color: #5dc988; font-size: 14px">%</span> <!-- <span style="color: #5dc988; font-size: 14px"></span> -->
</div> </div>
<div class="nub2">在线课程数</div> <div class="nub2">在线课程数</div>
</div> </div>
@@ -153,8 +153,8 @@
<div> <div>
<span class="nub1" style="color: #ff90ae">{{ <span class="nub1" style="color: #ff90ae">{{
routerInfoOverview.offLineCourseCnt routerInfoOverview.offLineCourseCnt
}}</span }}</span>
><span style="color: #ff90ae; font-size: 14px">%</span> <!-- <span style="color: #ff90ae; font-size: 14px">%</span> -->
</div> </div>
<div class="nub2">面授课程数</div> <div class="nub2">面授课程数</div>
</div> </div>
@@ -2236,6 +2236,7 @@ export default {
levelList.routerInfoOverview[item] = levelList.routerInfoOverview[item] =
res.data.data.routerInfoOverview[item] || 0; res.data.data.routerInfoOverview[item] || 0;
}); });
console.log("学习路径图概览数据获取1", levelList);
Object.keys(res.data.data.chapterOverviewList).forEach((item) => { Object.keys(res.data.data.chapterOverviewList).forEach((item) => {
levelList.chapterOverviewList[item] = levelList.chapterOverviewList[item] =
res.data.data.chapterOverviewList[item] || 0; res.data.data.chapterOverviewList[item] || 0;

View File

@@ -250,19 +250,19 @@
"> ">
<div class="opa"> <div class="opa">
<div class="opacation"> <div class="opacation">
<span v-if="element.type !== 5" style=" <span style="
color: #4ea6ff; color: #4ea6ff;
margin-right: 25px; margin-right: 25px;
cursor: pointer; cursor: pointer;
" @click="editTaskForType(element,index)"> " @click="editTaskForType(element,index)">
编辑 编辑
</span> </span>
<span v-else style=" <!--<span v-else style="-->
color: #4ea6ff; <!--color: #4ea6ff;-->
margin-right: 55px; <!--margin-right: 55px;-->
cursor: pointer; <!--cursor: pointer;-->
"> <!--">-->
</span> <!--</span>-->
<span style="color: #4ea6ff; cursor: pointer" @click="showDelete(index)"> <span style="color: #4ea6ff; cursor: pointer" @click="showDelete(index)">
删除 删除
</span> </span>

View File

@@ -291,8 +291,8 @@
<div> <div>
<span class="nub1" style="color: #5dc988">{{ <span class="nub1" style="color: #5dc988">{{
projectInfoOverview.onlineCourseCnt projectInfoOverview.onlineCourseCnt
}}</span }}</span>
><span style="color: #5dc988; font-size: 14px">%</span> <!-- <span style="color: #5dc988; font-size: 14px">%</span> -->
</div> </div>
<div class="nub2">在线课程数</div> <div class="nub2">在线课程数</div>
</div> </div>
@@ -300,8 +300,8 @@
<div> <div>
<span class="nub1" style="color: #ff90ae">{{ <span class="nub1" style="color: #ff90ae">{{
projectInfoOverview.offLineCourseCnt projectInfoOverview.offLineCourseCnt
}}</span }}</span>
><span style="color: #ff90ae; font-size: 14px">%</span> <!-- <span style="color: #ff90ae; font-size: 14px">%</span> -->
</div> </div>
<div class="nub2">面授课程数</div> <div class="nub2">面授课程数</div>
</div> </div>