src/views/home/components/patient_file.vue
@@ -102,6 +102,7 @@ <CreditCard /> </el-icon> <span> 最新生化数据</span> </div> <el-scrollbar :height="(tableHeight-520)+'px'"> <div> <el-row :gutter="10" v-if="state.listData.length"> <el-col :xs="8" :sm="8" :md="6" :lg="6" :xl="4" v-for="(item, key) in state.listData" @@ -130,6 +131,7 @@ </el-col> </el-row> </div> </el-scrollbar> </el-card> </div>