|
@@ -59,8 +59,8 @@
|
59
|
59
|
{{modeOptions[main_collection.mode_id].name}}
|
60
|
60
|
</td>
|
61
|
61
|
<td :width="td_1_width">
|
62
|
|
- <span v-if="org_id!=9987">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span>
|
63
|
|
- {{main_collection.prescription.dialysis_dialyszers}}
|
|
62
|
+ <span v-if="org_id!=9987">{{main_collection.prescription.dialyzer_perfusion_apparatus}}</span>
|
|
63
|
+ {{main_collection.prescription.dialysis_dialyszers}}
|
64
|
64
|
<span v-if="main_collection.prescription.dialysis_dialyszers!=''&& main_collection.prescription.dialysis_irrigation!='' ">/</span>
|
65
|
65
|
<span v-if="main_collection.prescription.dialysis_irrigation!=''">{{main_collection.prescription.dialysis_irrigation}}</span>
|
66
|
66
|
|
|
@@ -114,7 +114,7 @@
|
114
|
114
|
td_4_width: '45%',
|
115
|
115
|
modeOptions: null,
|
116
|
116
|
anticoagulants_confit:null,
|
117
|
|
- currentDate:'',
|
|
117
|
+ currentDate:'',z
|
118
|
118
|
org_id:0
|
119
|
119
|
}
|
120
|
120
|
},
|
|
@@ -128,7 +128,7 @@
|
128
|
128
|
this.anticoagulants_confit = this.$store.getters.anticoagulants_confit
|
129
|
129
|
this.week_type = this.$route.query.week_type
|
130
|
130
|
this.week_time = this.$route.query.week_time
|
131
|
|
-
|
|
131
|
+
|
132
|
132
|
const params = {
|
133
|
133
|
week_type:this.week_type,
|
134
|
134
|
week_time:this.week_time,
|
|
@@ -278,7 +278,7 @@
|
278
|
278
|
}else{
|
279
|
279
|
var str = year + "年" + month + "月" + day + "日 " + days;
|
280
|
280
|
return str;
|
281
|
|
- }
|
|
281
|
+ }
|
282
|
282
|
},
|
283
|
283
|
compare(property) {
|
284
|
284
|
return function (a, b) {
|
|
@@ -288,7 +288,7 @@
|
288
|
288
|
}
|
289
|
289
|
},
|
290
|
290
|
}
|
291
|
|
-
|
|
291
|
+
|
292
|
292
|
}
|
293
|
293
|
</script>
|
294
|
294
|
|