From 9fe11a3b1c7ca926e2f4e97e36c2911c290a0ab2 Mon Sep 17 00:00:00 2001
From: 董国庆 <364620639@qq.com>
Date: 星期一, 30 六月 2025 14:23:54 +0800
Subject: [PATCH] 修改bug

---
 laboratory/src/views/dataManagement/approvalPlan/components/approvalDialog.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/laboratory/src/views/dataManagement/approvalPlan/components/approvalDialog.vue b/laboratory/src/views/dataManagement/approvalPlan/components/approvalDialog.vue
index 1ca94cd..f1b6564 100644
--- a/laboratory/src/views/dataManagement/approvalPlan/components/approvalDialog.vue
+++ b/laboratory/src/views/dataManagement/approvalPlan/components/approvalDialog.vue
@@ -69,7 +69,7 @@
             <AiEditor
               ref="purposeEditor"
               :value="form.experimentObjective"
-              height="200px"
+              height="400px"
               :readOnly="true"
             />
             <div class="header-title">
@@ -84,7 +84,7 @@
             <AiEditor
               ref="materialEditor"
               :value="form.experimentMaterial"
-              height="200px"
+              height="400px"
               :readOnly="true"
             />
             <div class="item-title">
@@ -93,7 +93,7 @@
             <AiEditor
               ref="equipmentEditor"
               :value="form.experimentDevice"
-              height="200px"
+              height="400px"
               :readOnly="true"
             />
             <div class="header-title">
@@ -105,7 +105,7 @@
             <AiEditor
               ref="methodEditor"
               :value="form.experimentTestMethod"
-              height="200px"
+              height="400px"
               :readOnly="true"
             />
             <div class="header-title">
@@ -117,7 +117,7 @@
             <AiEditor
               ref="stepsEditor"
               :value="form.experimentProcedure"
-              height="200px"
+              height="400px"
               :readOnly="true"
             />
             <div class="header-title">
@@ -129,7 +129,7 @@
             <AiEditor
               ref="dataAnalysisEditor"
               :value="form.dataAcquisition"
-              height="200px"
+              height="400px"
               :readOnly="true"
             />
             <div class="header-title">
@@ -141,7 +141,7 @@
             <AiEditor
               ref="evaluationEditor"
               :value="form.resultEvaluation"
-              height="200px"
+              height="400px"
               :readOnly="true"
             />
             <div class="header-title">
@@ -153,7 +153,7 @@
             <AiEditor
               ref="notesEditor"
               :value="form.precautions"
-              height="200px"
+              height="400px"
               :readOnly="true"
             />
           </template>

--
Gitblit v1.7.1