fix: 课程附件名称调整

This commit is contained in:
杨航
2025-11-24 14:03:30 +08:00
parent c8f2c2c166
commit b20890db72
@@ -45,7 +45,7 @@
</view>
</view>
<view class="mb-64" v-if="(modelValue.fileList || []).length>0">
<view class="fz-30 font_pf fw-400 mb-4">附件</view>
<view class="fz-30 font_pf fw-400 mb-4">知识资料</view>
<view class="file-item" v-for="item in modelValue.fileList" @click="previewFile(item)">
{{item.fileName}}
</view>