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/originalRecordTest/detail.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/laboratory/src/views/dataManagement/originalRecordTest/detail.vue b/laboratory/src/views/dataManagement/originalRecordTest/detail.vue index d7ca635..967e618 100644 --- a/laboratory/src/views/dataManagement/originalRecordTest/detail.vue +++ b/laboratory/src/views/dataManagement/originalRecordTest/detail.vue @@ -35,7 +35,7 @@ <div>一 、检测标准</div> </div> </div> - <AiEditor ref="standardEditor" :value="editorContents.termStandard" height="200px" style="margin: 20px 0;" + <AiEditor ref="standardEditor" :value="editorContents.termStandard" height="400px" style="margin: 20px 0;" placeholder="请输入检测标准..." :readOnly="isDetail" /> <div class="header-title" style="margin-bottom: 38px"> @@ -44,7 +44,7 @@ <div>二 、检测仪器</div> </div> </div> - <AiEditor ref="instrumentEditor" :value="editorContents.termInstrument" height="200px" style="margin: 20px 0;" + <AiEditor ref="instrumentEditor" :value="editorContents.termInstrument" height="400px" style="margin: 20px 0;" placeholder="请输入检测仪器..." :readOnly="isDetail" /> <div class="header-title" style="margin-bottom: 38px"> @@ -53,7 +53,7 @@ <div>三 、检测试剂</div> </div> </div> - <AiEditor ref="reagentEditor" :value="editorContents.termReagent" height="200px" style="margin: 20px 0;" + <AiEditor ref="reagentEditor" :value="editorContents.termReagent" height="400px" style="margin: 20px 0;" placeholder="请输入检测试剂..." :readOnly="isDetail" /> <div class="header-title" style="margin-bottom: 38px"> @@ -62,7 +62,7 @@ <div>四 、检测步骤</div> </div> </div> - <AiEditor ref="stepsEditor" :value="editorContents.termStep" height="200px" style="margin: 20px 0;" + <AiEditor ref="stepsEditor" :value="editorContents.termStep" height="400px" style="margin: 20px 0;" placeholder="请输入检测步骤..." :readOnly="isDetail" /> <div class="header-title" style="margin-bottom: 38px"> @@ -119,7 +119,7 @@ <div>六 、检测结果运算</div> </div> </div> - <AiEditor ref="resultCalculationEditor" :value="editorContents.termResult" height="200px" style="margin: 20px 0;" + <AiEditor ref="resultCalculationEditor" :value="editorContents.termResult" height="400px" style="margin: 20px 0;" placeholder="请输入检测结果运算..." :readOnly="isDetail" /> <Table :data="taskTableData" :total="0" :height="null" class="rwuTable"> <el-table-column type="index" label="序号" width="80"></el-table-column> -- Gitblit v1.7.1