|
@@ -1809,7 +1809,7 @@
|
1809
|
1809
|
>
|
1810
|
1810
|
<span v-if="advice[0].single_dose != 0">
|
1811
|
1811
|
|
1812
|
|
- <span v-if="advice[0].advice_name!='血液透析滤过'"> {{ advice[0].single_dose}}{{ advice[0].single_dose_unit }}</span>
|
|
1812
|
+ <span v-if="advice[0].advice_name!='血液透析滤过'&& advice[0].advice_name!='血液透析' && advice[0].advice_name!='电脑血糖监测'"> {{ advice[0].single_dose}}{{ advice[0].single_dose_unit }}</span>
|
1813
|
1813
|
</span
|
1814
|
1814
|
>
|
1815
|
1815
|
|
|
@@ -3235,9 +3235,9 @@ export default {
|
3235
|
3235
|
var delghTwo = 0;
|
3236
|
3236
|
if (
|
3237
|
3237
|
this.records[recordIndex].advices &&
|
3238
|
|
- this.records[recordIndex].advices.length < 10
|
|
3238
|
+ this.records[recordIndex].advices.length < 14
|
3239
|
3239
|
) {
|
3240
|
|
- delghTwo = 10 - this.records[recordIndex].advices.length;
|
|
3240
|
+ delghTwo = 14 - this.records[recordIndex].advices.length;
|
3241
|
3241
|
} else {
|
3242
|
3242
|
delghTwo = 0;
|
3243
|
3243
|
}
|