|
|
@ -3,19 +3,31 @@ |
|
|
|
<div></div> |
|
|
|
<div> |
|
|
|
<el-card shadow="always"> |
|
|
|
<search @picker-change="pickerChage" title="患者信息统计" type="1"></search> |
|
|
|
<search |
|
|
|
@picker-change="pickerChage" |
|
|
|
title="患者信息统计" |
|
|
|
type="1" |
|
|
|
></search> |
|
|
|
</el-card> |
|
|
|
<patient ref="patient"></patient> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<el-card shadow="always"> |
|
|
|
<search @picker-change="pickerChage" title="诊疗信息统计" type="2"></search> |
|
|
|
<search |
|
|
|
@picker-change="pickerChage" |
|
|
|
title="诊疗信息统计" |
|
|
|
type="2" |
|
|
|
></search> |
|
|
|
</el-card> |
|
|
|
<JM ref="JM"></JM> |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<el-card shadow="always"> |
|
|
|
<search @picker-change="pickerChage" title="治疗类型统计" type="3"></search> |
|
|
|
<search |
|
|
|
@picker-change="pickerChage" |
|
|
|
title="治疗类型统计" |
|
|
|
type="3" |
|
|
|
></search> |
|
|
|
</el-card> |
|
|
|
<XGZL ref="XGZL"></XGZL> |
|
|
|
</div> |
|
|
@ -29,10 +41,7 @@ |
|
|
|
</template> |
|
|
|
|
|
|
|
<script> |
|
|
|
import { |
|
|
|
getCodeImg, |
|
|
|
firstAidTest |
|
|
|
} from "@/api/login"; |
|
|
|
import { getCodeImg, firstAidTest } from "@/api/login"; |
|
|
|
import search from "@/views/indexCom/query"; |
|
|
|
import patient from "@/views/indexCom/patient"; |
|
|
|
import JM from "@/views/indexCom/JM"; |
|
|
@ -45,7 +54,7 @@ |
|
|
|
patient, |
|
|
|
JM, |
|
|
|
XGZL, |
|
|
|
follow |
|
|
|
follow, |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return {}; |
|
|
@ -65,7 +74,7 @@ |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
resize() { |
|
|
|
console.log(111) |
|
|
|
console.log(111); |
|
|
|
// this.$refs.patient.getRenew(); |
|
|
|
// this.$refs.JM.getRenew(); |
|
|
|
// this.$refs.XGZL.getRenew(); |
|
|
@ -122,6 +131,14 @@ |
|
|
|
</script> |
|
|
|
|
|
|
|
<style scoped lang="scss"> |
|
|
|
.header-title { |
|
|
|
display: -webkit-box !important; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|
word-break: break-all; |
|
|
|
-webkit-box-orient: vertical; |
|
|
|
-webkit-line-clamp: 1; |
|
|
|
} |
|
|
|
.home { |
|
|
|
background: #f3f5f9; |
|
|
|
min-height: 100vh; |
|
|
@ -151,11 +168,7 @@ |
|
|
|
margin: 0; |
|
|
|
} |
|
|
|
|
|
|
|
font-family: "open sans", |
|
|
|
"Helvetica Neue", |
|
|
|
Helvetica, |
|
|
|
Arial, |
|
|
|
sans-serif; |
|
|
|
font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif; |
|
|
|
font-size: 13px; |
|
|
|
color: #676a6c; |
|
|
|
overflow-x: hidden; |
|
|
|