feat:修改面授课评估

This commit is contained in:
lixg
2023-03-03 19:33:29 +08:00
parent 6ffe2264d9
commit 488b984273
3 changed files with 4 additions and 6 deletions

View File

@@ -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)' }"