From ccf73d764231f2ff01a23154c33b26cd49f7ca17 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 08 十一月 2024 09:15:08 +0800
Subject: [PATCH] 添加导出和打印功能
---
src/views/home/index.vue | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 7b7b739..ecf83b3 100644
--- a/src/views/home/index.vue
+++ b/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
@@ -196,6 +196,7 @@
currentRow.value = val
//缓存到vuex 中
storesPat.setPatientsInfo(val)
+ console.log(val)
getTabsData()
}
}
--
Gitblit v1.8.0