gx
chenyc
2024-10-09 a8245fd78a1f5c213df66567a4b708fa7e4b3b70
src/views/home/index.vue
@@ -1,6 +1,6 @@
<template>
    <div class="home-container layout-pd ">
        <el-row>
        <el-row gutter="10">
            <el-col class="patTabel" :xs="6" :sm="6" :md="4" :lg="3" :xl="3" v-if="state.isTable">
                <el-table :data="state.filterTableData" stripe :height="state.tableHeight.left" size="default"
                    highlight-current-row @current-change="handleCurrentChange" style="width: 100%">
@@ -179,7 +179,7 @@
        dispose: [null, '', undefined],
    } as any,
    filterTableData: [],
    activeName: '膳食调查',
    activeName: '患者档案',
    tableHeight: {
        left: 0,
        detailRight: 0