mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-12 12:26:49 +08:00
fix:增加面授课未开课-评估-作业-附件等不能操作判断
This commit is contained in:
@@ -49,7 +49,10 @@
|
||||
</button>
|
||||
<button class="searchBtn" @click="resetClick">重置</button>
|
||||
</div>
|
||||
<div class="projectList" v-for="(i, k) in projectList" :key="k">
|
||||
<div v-if="projectList.length==0">
|
||||
暂时没有数据哦!!!
|
||||
</div>
|
||||
<div v-else class="projectList" v-for="(i, k) in projectList" :key="k">
|
||||
<div style="display: flex">
|
||||
<img
|
||||
style="width: 253px; height: 144px; border-radius: 4px"
|
||||
|
||||
Reference in New Issue
Block a user