From 4afd7755b465829a21b238fc0ccb98d08a8381e6 Mon Sep 17 00:00:00 2001 From: chenyc <501753378@qq.com> Date: 星期四, 27 二月 2025 14:23:36 +0800 Subject: [PATCH] gx --- src/views/home/components/lis_.ui.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/home/components/lis_.ui.vue b/src/views/home/components/lis_.ui.vue index 31f5806..28ed4d5 100644 --- a/src/views/home/components/lis_.ui.vue +++ b/src/views/home/components/lis_.ui.vue @@ -25,8 +25,7 @@ </el-col> </el-row> </el-col> - <el-col :span="20" class="card_box patTabel" v-loading="loading" > - <el-empty v-if="tableData.length <= 0" description="暂无检验数据" /> + <el-col :span="20" class="patTabel" v-loading="loading" > <el-table stripe border :data="tableData" class="patient_table" :row-class-name="feeItemTableRowClassName"> <el-table-column min-width="110" fixed prop="itemType" label="检验日期"> <template #default="scope"> @@ -591,7 +590,7 @@ height -= demoFormDom.scrollHeight; } - height = height - 200; + height = height - 140; tableHeight.value = height; }; -- Gitblit v1.8.0