From 2c94c352a23464f242439228826b13c86d869961 Mon Sep 17 00:00:00 2001 From: 13404089107 <puwei@sinata.cn> Date: 星期一, 30 六月 2025 14:32:09 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/leshan-laboratory --- 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