|
@@ -4,12 +4,14 @@
|
|
|
<p class="baseMsg">{{pathInfo.patientName}} {{pathInfo.patientSex}} {{pathInfo.patientAge}}岁</p>
|
|
|
<table>
|
|
|
<tr>
|
|
|
- <td class="fst">挂号科室:{{pathInfo.selfDeptName}}</td>
|
|
|
- <td class="sec">门诊号:{{pathInfo.recordId}}</td>
|
|
|
+ <td colspan="2">挂号科室:{{pathInfo.selfDeptName}}</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <td class="fst">预约医生:{{pathInfo.doctorName}}</td>
|
|
|
- <td class="sec">就诊时间:{{pathInfo.systemTime}}</td>
|
|
|
+ <td>门诊号:{{pathInfo.recordId}}</td>
|
|
|
+ <td>预约医生:{{pathInfo.doctorName}}</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td colspan="2">就诊时间:{{pathInfo.systemTime}}</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<div class="line"></div>
|
|
@@ -325,12 +327,10 @@ export default {
|
|
|
color: #333333;
|
|
|
letter-spacing: 0;
|
|
|
text-align: justify;
|
|
|
- line-height: 0.44rem /* 44/100 */;
|
|
|
- td.fst {
|
|
|
- width: 40%;
|
|
|
- }
|
|
|
- td.sec {
|
|
|
- width: 60%;
|
|
|
+ margin-top: .2rem;
|
|
|
+ tr {
|
|
|
+ padding: .2rem 0;
|
|
|
+ line-height: .5rem;
|
|
|
}
|
|
|
}
|
|
|
.line {
|