Browse Source

doctor

master
pengjun 2 years ago
parent
commit
b1a93e2ac9
  1. 2
      src/components/doctorCheck/ButtonList.vue
  2. 4
      src/components/doctorCheck/PatientRegisterList.vue
  3. 2
      src/components/sumDoctorCheck/ButtonList.vue
  4. 18
      src/views/doctorCheck/doctorCheck.vue

2
src/components/doctorCheck/ButtonList.vue

@ -68,7 +68,7 @@
<div v-show="doctorCheck.doctorCheckDialogVisible" <div v-show="doctorCheck.doctorCheckDialogVisible"
:style="`z-index:2;border-radius: 10px;border: 1px solid #000;background-color:#FFF; position: absolute;top:70px;right:10px;width:300px;height: ${window.pageHeight - 42 - 5 - 30}px;opacity:1;`">
:style="`z-index:2;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:50px;right:0px;width:300px;height: ${window.pageHeight - 42 - 10}px;opacity:1;`">
<PatientRegisterList win="doctorCheck" :winAbsolute="true"/> <PatientRegisterList win="doctorCheck" :winAbsolute="true"/>

4
src/components/doctorCheck/PatientRegisterList.vue

@ -56,8 +56,8 @@
</div> </div>
<!-- 人员列表 --> <!-- 人员列表 -->
<el-table :data="dataList" border width="100%" :height="winAbsolute ? (window.pageHeight - 42 - 140 - 5 - 30) : (window.pageHeight - 42 - 140 - 5)" row-key="id" size="small"
highlight-current-row @row-click="rowClick" @row-dblclick="rowDblclick" ref="dataList">
<el-table :data="dataList" border width="100%" :height="winAbsolute ? (window.pageHeight - 42 - 120 - 30) : (window.pageHeight - 42 - 120)" row-key="id" size="small"
highlight-current-row @row-click="rowClick" @row-dblclick="rowDblclick" ref="dataList" style="border-radius:10px;">
<el-table-column prop="customerOrgParentName" label="单位" width="120"> <el-table-column prop="customerOrgParentName" label="单位" width="120">
<template slot-scope="scope"> <template slot-scope="scope">

2
src/components/sumDoctorCheck/ButtonList.vue

@ -42,7 +42,7 @@
<div v-show="sumDoctorCheck.sumDoctorCheckDialogVisible" <div v-show="sumDoctorCheck.sumDoctorCheckDialogVisible"
:style="`z-index:3;border-radius: 10px;border: 1px solid #000;background-color:#FFF; position: absolute;top:70px;right:10px;width:300px;height: ${window.pageHeight - 42 - 5 - 30}px;opacity:1;`">
:style="`z-index:3;border-radius: 10px;border: 1px solid #ddd;background-color:#FFF; position: absolute;top:50px;right:0px;width:300px;height: ${window.pageHeight - 42 - 10}px;opacity:1;`">
<PatientRegisterList win="sumDoctorCheck" :winAbsolute="true" /> <PatientRegisterList win="sumDoctorCheck" :winAbsolute="true" />

18
src/views/doctorCheck/doctorCheck.vue

@ -5,9 +5,9 @@
<div class="contenttitle"> <div class="contenttitle">
体检 /<span class="contenttitleBold">检查医生诊台</span> 体检 /<span class="contenttitleBold">检查医生诊台</span>
</div> </div>
<div style="position: absolute;margin-right:115px; top:50px;right:10px;z-index: 2;">
<div style="position: absolute;margin-right:110px; top:50px;right:10px;z-index: 2;">
<el-image <el-image
style="width: 112px; height: 120px;"
style="width: 100px; height: 105px;"
:src="peoplePhoto" :src="peoplePhoto"
> >
<div slot="placeholder" class="image-slot"> <div slot="placeholder" class="image-slot">
@ -17,23 +17,13 @@
</div> </div>
</div> </div>
<div style="display: flex;"> <div style="display: flex;">
<div :style="`width:${window.pageWidth - 120}px;`">
<div :style="`width:${window.pageWidth - 100}px;`">
<div style="display: flex;justify-content:space-between;z-index:-1;" > <div style="display: flex;justify-content:space-between;z-index:-1;" >
<div> <div>
<PatientRegisterBase /> <PatientRegisterBase />
</div> </div>
<div>
<el-image
:style="'margin-top:-80px; width: 120px; height: 130px;z-index:-1;'"
:src="peoplePhoto"
>
<div slot="placeholder" class="image-slot">
加载中<span class="dot">...</span>
</div>
</el-image>
<div style="width: 95px;"></div>
</div> </div>
</div>
<div style="display: flex;"> <div style="display: flex;">
<el-tabs v-model="activeName" tab-position="bottom" style="width: 200px;"> <el-tabs v-model="activeName" tab-position="bottom" style="width: 200px;">
<el-tab-pane label="组合项目" name="asbitem"> <el-tab-pane label="组合项目" name="asbitem">

Loading…
Cancel
Save