This commit is contained in:
Pengxiansen
2025-02-19 16:10:31 +08:00
parent d430c39270
commit b1eaecc56c

View File

@@ -112,7 +112,15 @@
/>
</div>
<div class="item-time">
<div>{{ `已完成 ${value.progress}%` }}</div>
<template v-if="value.progress === 0">
<div style="color: #999999">未开始</div>
</template>
<template v-else>
<div>
{{ `已完成 ${value.progress}%` }}
</div>
</template>
<div style="color: #999999">
{{ `${value.createTime} 更新` }}
</div>
@@ -174,7 +182,7 @@
class="peopleimg"
:src="userInfo?.avatar ? '/upload' + userInfo?.avatar : ''"
/>
<div style="margin-left: 17px">
<div class="teacherName">
<div style="margin-right: 5px">