| | |
| | | </div> |
| | | </div> |
| | | <div class="content-box"> |
| | | <AiEditor ref="purposeEditor" :readOnly="true" :value="form.experimentObjective" height="200px" |
| | | <AiEditor ref="purposeEditor" :readOnly="true" :value="form.experimentObjective" height="400px" |
| | | placeholder="请输入实验目的..." /> |
| | | </div> |
| | | |
| | |
| | | </div> |
| | | </div> |
| | | <div class="content-box"> |
| | | <AiEditor ref="processEditor" :readOnly="true" :value="form.experimentParamRoute" height="200px" |
| | | <AiEditor ref="processEditor" :readOnly="true" :value="form.experimentParamRoute" height="400px" |
| | | placeholder="请输入工艺参数及路线..." /> |
| | | </div> |
| | | |
| | |
| | | this.signatureDialogVisible = true; |
| | | }, |
| | | handleSignatureConfirm(imageData) { |
| | | console.log("imageData imageData", imageData); |
| | | this.signatureDialogVisible = false; |
| | | this.imgSrc = imageData; |
| | | }, |