|
@@ -46,8 +46,9 @@
|
46
|
46
|
<el-col :span="17">
|
47
|
47
|
<div class="dataTitle">患者信息</div>
|
48
|
48
|
<el-form class="information" label-position="left">
|
|
49
|
+ <div class="span"><span class="span">姓名:{{weigh_form.name}} 透析号:{{weigh_form.dialysis_no}} </span></div>
|
49
|
50
|
<div class="patient-app-container">
|
50
|
|
- <span>姓名:{{weigh_form.name}} 透析号:{{weigh_form.dialysis_no}} </span> <span class="button"><el-button @click="change()">修改</el-button></span>
|
|
51
|
+ <span class="button"><el-button @click="change()">修改</el-button></span>
|
51
|
52
|
</div>
|
52
|
53
|
<div class="border"></div>
|
53
|
54
|
|
|
@@ -305,6 +306,7 @@ export default {
|
305
|
306
|
this.fetchSignPatients()
|
306
|
307
|
},
|
307
|
308
|
handleCurrentChange(row, old) {
|
|
309
|
+
|
308
|
310
|
// this.weigh_form = {
|
309
|
311
|
// id:0,
|
310
|
312
|
// choose:false,
|
|
@@ -333,7 +335,7 @@ export default {
|
333
|
335
|
// patient_id: 0,
|
334
|
336
|
// dialysis_no:'',
|
335
|
337
|
// };
|
336
|
|
-
|
|
338
|
+ this.disa = true
|
337
|
339
|
this.weigh_form.choose = true
|
338
|
340
|
this.weigh_form.name = row.name
|
339
|
341
|
this.weigh_form.dialysis_no = row.dialysis_no
|
|
@@ -604,10 +606,18 @@ export default {
|
604
|
606
|
background: #6fb5fa;
|
605
|
607
|
}
|
606
|
608
|
|
607
|
|
-
|
608
|
|
-
|
609
|
609
|
.button{
|
610
|
610
|
float: right;
|
611
|
611
|
margin-bottom:0px
|
612
|
612
|
}
|
|
613
|
+
|
|
614
|
+ .patient-app-container{
|
|
615
|
+
|
|
616
|
+ line-height: 20px;
|
|
617
|
+ height: 50px;
|
|
618
|
+ }
|
|
619
|
+
|
|
620
|
+ .span{
|
|
621
|
+ height:1px;
|
|
622
|
+ }
|
613
|
623
|
</style>
|