|
@@ -191,14 +191,14 @@
|
191
|
191
|
</div>
|
192
|
192
|
|
193
|
193
|
<div class="row" style="display: flex">
|
194
|
|
- <div class="inline_block" style="flex: 1;">
|
|
194
|
+ <!-- <div class="inline_block" style="flex: 1;">
|
195
|
195
|
合并症:
|
196
|
196
|
<div class="under_line"
|
197
|
197
|
style=" width: 50%;text-align: center; white-space: normal;"
|
198
|
198
|
>
|
199
|
199
|
{{ predialysis.complication ? predialysis.complication : "/" }}
|
200
|
200
|
</div>
|
201
|
|
- </div>
|
|
201
|
+ </div> -->
|
202
|
202
|
|
203
|
203
|
<!-- <div class="inline_block" style=" flex: 1">
|
204
|
204
|
跌倒评估:
|
|
@@ -1275,10 +1275,12 @@ export default {
|
1275
|
1275
|
} if (this.predialysis.internal_fistula == "" || this.predialysis.catheter == "") {
|
1276
|
1276
|
const obj6 = "透前内瘘,导管"
|
1277
|
1277
|
checkDate.push(obj6)
|
1278
|
|
- } if (this.predialysis.complication == "" ) {
|
1279
|
|
- const obj7 = "合并症"
|
1280
|
|
- checkDate.push(obj7)
|
1281
|
|
- } if (this.predialysis.dry_weight == '' ) {
|
|
1278
|
+ }
|
|
1279
|
+ // if (this.predialysis.complication == "" ) {
|
|
1280
|
+ // const obj7 = "合并症"
|
|
1281
|
+ // checkDate.push(obj7)
|
|
1282
|
+ // }
|
|
1283
|
+ if (this.predialysis.dry_weight == '' ) {
|
1282
|
1284
|
const obj8 = "干体重"
|
1283
|
1285
|
checkDate.push(obj8)
|
1284
|
1286
|
} if ( this. predialysis.weight_before == '') {
|