|
@@ -26,9 +26,9 @@
|
26
|
26
|
|
27
|
27
|
<div class="infoTitle" style="border-bottom: 1px solid #000">
|
28
|
28
|
<p style="width: 174px">科室:{{ item.info ? getDepart(item.info.departments) : "" }}</p>
|
29
|
|
- <p style="width: 176px">费别:</p>
|
30
|
|
- <p style="width: 198px" v-if="hisPatient.number.length <= 11">
|
31
|
|
- 门诊号:{{ hisPatient.number ? hisPatient.number : "" }}
|
|
29
|
+ <p style="width: 150px">费别:</p>
|
|
30
|
+ <p style="width: 210px" v-if="hisPatient.number.length <= 11">
|
|
31
|
+ 门诊号:12345678912{{ hisPatient.number ? hisPatient.number : "" }}
|
32
|
32
|
</p>
|
33
|
33
|
|
34
|
34
|
<p style="text-align: right; width: 155px">
|
|
@@ -50,14 +50,14 @@
|
50
|
50
|
</p>
|
51
|
51
|
</div>
|
52
|
52
|
<div class="infoTitle" style="border-bottom: 1px solid #000">
|
53
|
|
- <p>姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
|
54
|
|
- <p>
|
|
53
|
+ <p style="width: 150px;">姓名:{{ item.patient.name ? item.patient.name : "" }}</p>
|
|
54
|
+ <p style="width: 145px;">
|
55
|
55
|
性别:
|
56
|
56
|
<span v-if="item.patient.gender == 1">男</span>
|
57
|
57
|
<span v-if="item.patient.gender == 2">女</span>
|
58
|
58
|
</p>
|
59
|
|
- <p>年龄:{{ getAge(item.patient) ? getAge(item.patient) : "" }}岁</p>
|
60
|
|
- <p>电话:{{ item.patient.phone }}</p>
|
|
59
|
+ <p style="width: 135px;">年龄:{{ getAge(item.patient) ? getAge(item.patient) : "" }}岁</p>
|
|
60
|
+ <p style="max-width: 150px;text-align: right;">电话:{{ item.patient.phone }}</p>
|
61
|
61
|
</div>
|
62
|
62
|
<div class="infoTitle" style="border-bottom: 1px solid #000">
|
63
|
63
|
<p style="width:100%">地址:{{ item.patient.home_address }}</p>
|
|
@@ -138,7 +138,7 @@
|
138
|
138
|
}}元/{{ it.count }}次
|
139
|
139
|
</div>
|
140
|
140
|
</div>
|
141
|
|
- <div style="text-align: center">(以下空白)</div>
|
|
141
|
+ <!-- <div style="text-align: center">(以下空白)</div> -->
|
142
|
142
|
</div>
|
143
|
143
|
|
144
|
144
|
<div class="infoTitle"></div>
|
|
@@ -462,10 +462,10 @@ export default {
|
462
|
462
|
font-size: 22px;
|
463
|
463
|
text-align: center;
|
464
|
464
|
font-weight: bold;
|
465
|
|
- display: flex;
|
|
465
|
+ // display: flex;
|
466
|
466
|
position: relative;
|
467
|
467
|
left: 50%;
|
468
|
|
- transform: translateX(-50px);
|
|
468
|
+ transform: translateX(-50%);
|
469
|
469
|
}
|
470
|
470
|
.infoTitle_thin {
|
471
|
471
|
display: flex;
|