diff --git a/subPackages/sub_workbench/prescription_v2/components/AiMedicalRecordDrawer.vue b/subPackages/sub_workbench/prescription_v2/components/AiMedicalRecordDrawer.vue
index 111222a..d51600f 100644
--- a/subPackages/sub_workbench/prescription_v2/components/AiMedicalRecordDrawer.vue
+++ b/subPackages/sub_workbench/prescription_v2/components/AiMedicalRecordDrawer.vue
@@ -1,7 +1,7 @@
AI写病历
{{ patientName || '—' }} · {{ sexLabel }} · {{ patientAge || 0 }}岁
-
+
历史
@@ -46,74 +46,66 @@
- 主诉
- {{ previewChief }}
-
-
-
- {{ row.label }}
- {{ row.value }}
+ 主诉
+ {{ previewChief }}
+
+
+
+ {{ row.label }}
+ {{ row.value }}
+
-
+
+
+ 生成病历
+ 返回
+
+ 确认主诉后开始生成,将返回主层等待结果
+
+ 患者
+ {{ patientName || '—' }} · {{ sexLabel }} · {{ patientAge || 0 }}岁
+
+
+ 主诉(可编辑)
+
+
+
-
-
-
-
- 生成病历
- 关闭
-
- 确认主诉后开始生成,将关闭本弹窗并在主层等待
-
- 患者
- {{ patientName || '—' }} · {{ sexLabel }} · {{ patientAge || 0 }}岁
-
-
- 主诉(可编辑)
-
-
-
-
-