mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-07 09:56:45 +08:00
feat:修改面授课评估
This commit is contained in:
@@ -553,9 +553,9 @@ function toSurvery() {
|
||||
path: "/investigatpage",
|
||||
query: {
|
||||
id: taskId,
|
||||
courseId: data.value.planDto.evaluateId,
|
||||
courseId: data.value.planDto.assessmentId,
|
||||
pName: "面授课",
|
||||
infoId: data.value.planDto.offcoursePlanId,
|
||||
infoId: data.value.planDto.id,
|
||||
chapterOrStageId: 0,
|
||||
sName: data.value.planDto.name,
|
||||
type,
|
||||
|
||||
@@ -85,7 +85,7 @@
|
||||
</el-tab-pane> -->
|
||||
<el-tab-pane label="材料下载" name="third">
|
||||
<div
|
||||
v-if="!data.offcourseDto?.attach"
|
||||
v-if="!data.planDto?.attach"
|
||||
style="
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
@@ -99,7 +99,7 @@
|
||||
</div>
|
||||
<div v-else>
|
||||
<div
|
||||
v-for="(el, index) in formateArr(data.offcourseDto.attach)"
|
||||
v-for="(el, index) in formateArr(data.planDto.attach)"
|
||||
:key="index"
|
||||
class="enclosure"
|
||||
:style="{ borderBottom: '1px solid rgba(56, 125, 247, 0.2)' }"
|
||||
|
||||
@@ -233,8 +233,6 @@ const {
|
||||
id: taskId,
|
||||
infoId,
|
||||
type,
|
||||
pName,
|
||||
sName,
|
||||
chapterOrStageId,
|
||||
projectStatus,
|
||||
projectEndTime,
|
||||
|
||||
Reference in New Issue
Block a user