瀏覽代碼

update:home empty des

bzkf3 2 年之前
父節點
當前提交
a7c115b80f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/student/home.vue

+ 1 - 1
src/pages/student/home.vue

@@ -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>