@@ -1763,13 +1810,13 @@ watch(
item.created_at
}}
- {{
- item.prescription_type === 1 ? '中药处方' :
- item.prescription_type === 2 ? '西药处方' :
- item.prescription_type === 3 ? '保健食品' :
- item.prescription_type === 5 ? '产品服务包' :
- item.prescription_type === 6 ? '非药品' :
- item.prescription_type === 7 ? '医疗器械' :
+ {{
+ item.prescription_type === 1 ? '中药处方' :
+ item.prescription_type === 2 ? '西药处方' :
+ item.prescription_type === 3 ? '保健食品' :
+ item.prescription_type === 5 ? '产品服务包' :
+ item.prescription_type === 6 ? '非药品' :
+ item.prescription_type === 7 ? '医疗器械' :
'未知类型'
}} /
{{ item.category === 1 ? '自费' : '医保' }}
@@ -1788,7 +1835,7 @@ watch(
-
+
总计:¥{{ totalCost.toFixed(2) }}
-
-