|
@@ -21,7 +21,7 @@ const teacherList = (await request({
|
|
|
</div>
|
|
|
<div
|
|
|
class="w-400px h-full overflow-y-auto flex flex-col items-center space-y-4 py-4 scrollbar scrollbar-thin scrollbar-thumb-rounded-md scrollbar-thumb-gray-200 scrollbar-track-transparent">
|
|
|
- <el-empty v-if="!teacherList?.length" description="今天暂无排班老师"></el-empty>
|
|
|
+ <el-empty v-if="!teacherList?.length" description="当前暂无排班老师"></el-empty>
|
|
|
<teacher-card v-for="item in teacherList" class="flex-none" :d="item"></teacher-card>
|
|
|
</div>
|
|
|
</div>
|