|
@@ -666,7 +666,7 @@
|
666
|
666
|
<span v-if="advice.prescribing_number"> {{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</span>
|
667
|
667
|
<span v-if="advice.single_dose != 0">{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
|
668
|
668
|
<span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
|
669
|
|
- <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span>
|
|
669
|
+ <!-- <span v-if="advice.parent_id == 0">{{ advice.execution_frequency }}</span> -->
|
670
|
670
|
<span v-if="advice.parent_id == 0 && advice.remark.length > 0">({{ advice.remark }})</span>
|
671
|
671
|
</td>
|
672
|
672
|
<td height="40px">
|
|
@@ -1649,6 +1649,8 @@ export default {
|
1649
|
1649
|
response.data.data.advices == null
|
1650
|
1650
|
? []
|
1651
|
1651
|
: response.data.data.advices
|
|
1652
|
+ console.log('this.doctor_advices',this.doctor_advices);
|
|
1653
|
+
|
1652
|
1654
|
for (let index = 0; index < this.doctor_advices.length; index++) {
|
1653
|
1655
|
this.doctor_advices[index]['isShow'] = 2
|
1654
|
1656
|
}
|