From 9a2293ea12531e49bb183a1a98e7bc3b065fffa6 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 19 七月 2024 16:09:51 +0800 Subject: [PATCH] feat:通知空数据提示 --- src/views/education/subject/list.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/education/subject/list.vue b/src/views/education/subject/list.vue index a9f56c3..a6691a2 100644 --- a/src/views/education/subject/list.vue +++ b/src/views/education/subject/list.vue @@ -18,6 +18,7 @@ <el-table v-loading="listLoading" :data="tableData" + default-expand-all border fit highlight-current-row style="width: 100%" :tree-props="{children: 'children', hasChildren: 'hasChildren'}" row-key="id" -- Gitblit v1.8.0