mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 02:46:48 +08:00
fix:路径图作业按钮不显示问题
This commit is contained in:
@@ -134,6 +134,12 @@
|
||||
class="submit" @click="toWork">
|
||||
交作业
|
||||
</div>
|
||||
<div
|
||||
v-else-if="projectStatus == undefined && projectEndTime==undefined"
|
||||
:style="{ background: new Date(data.planDto?.beginTime).getTime() > new Date().getTime() ? '#999' : '' }"
|
||||
class="submit" @click="toWork">
|
||||
交作业
|
||||
</div>
|
||||
</div>
|
||||
<div v-else
|
||||
style=" font-size: 14px; font-weight: 400; line-height: 24px; cursor: pointer;margin-left: 40px;margin-top: 20px; ">
|
||||
|
||||
Reference in New Issue
Block a user