+
+
+ 主方:
+ 每天
+ {{ detailPrescription.times_per_day ? detailPrescription.times_per_day + ' 次' : '— 次' }}
+ · 处方开立
+ {{
+ detailPrescription.usage_days != null && detailPrescription.usage_days !== ''
+ ? detailPrescription.usage_days + ' 天'
+ : '— 天'
+ }}
+
+
+ 辅方:
+ 每天
+ {{ detailAuxUsage.times_per_day ? detailAuxUsage.times_per_day + ' 次' : '— 次' }}
+ · 处方开立
+ {{
+ detailAuxUsage.usage_days != null && Number(detailAuxUsage.usage_days) > 0
+ ? detailAuxUsage.usage_days + ' 天'
+ : '— 天'
+ }}
+
+
+
+
+ 每天次数:
+ {{ detailPrescription.times_per_day ? detailPrescription.times_per_day + ' 次' : '—' }}
+
+
+ 处方开立:
+ {{
+ detailPrescription.usage_days != null && detailPrescription.usage_days !== ''
+ ? detailPrescription.usage_days + ' 天'
+ : '—'
+ }}
+
+
+
+ 订单设置:
+ {{
+ detailData.medication_days != null &&
+ String(detailData.medication_days).trim() !== ''
+ ? detailData.medication_days + ' 天'
+ : '—'
+ }}
+
+
+