chenyc
2025-01-17 765e2750064bdec7cc15b5cb873256ce5bd03ad4
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;
};