| | |
| | | <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%"> |
| | |
| | | dispose: [null, '', undefined], |
| | | } as any, |
| | | filterTableData: [], |
| | | activeName: '膳食调查', |
| | | activeName: '患者档案', |
| | | tableHeight: { |
| | | left: 0, |
| | | detailRight: 0 |
| | |
| | | currentRow.value = val |
| | | //缓存到vuex 中 |
| | | storesPat.setPatientsInfo(val) |
| | | console.log(val) |
| | | getTabsData() |
| | | } |
| | | } |