From 5415dae6cbb023dcfbadb4f4864b2ae6a5892bcd Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期二, 07 一月 2025 13:55:45 +0800
Subject: [PATCH] 修改
---
src/views/analyse/applyReview/components/reportDialog.vue | 6 ++++--
src/views/analyse/assessApply/components/reportDialog.vue | 9 ++++++---
src/views/analyse/assessApply/index.ts | 5 +++--
3 files changed, 13 insertions(+), 7 deletions(-)
diff --git a/src/views/analyse/applyReview/components/reportDialog.vue b/src/views/analyse/applyReview/components/reportDialog.vue
index 58b2d1c..985eca6 100644
--- a/src/views/analyse/applyReview/components/reportDialog.vue
+++ b/src/views/analyse/applyReview/components/reportDialog.vue
@@ -110,7 +110,8 @@
<tr class="m-color b-font" style="text-align: center">实验概况</tr>
<tr>
- <el-input type="textarea" :autosize="{ minRows: 3}" disabled v-model="reportDialogState.reportForm.experimentDesc" placeholder="(简要描述实验原理、实验步骤、所用试剂或材料设备等)" />
+<!-- <el-input type="textarea" :autosize="{ minRows: 3}" disabled v-model="reportDialogState.reportForm.experimentDesc" placeholder="(简要描述实验原理、实验步骤、所用试剂或材料设备等)" />-->
+ <el-input type="textarea" :autosize="{ minRows: 3}" disabled v-model="reportDialogState.reportForm.process" placeholder="(简要描述实验原理、实验步骤、所用试剂或材料设备等)" />
</tr>
<tr class="m-color b-font" style="text-align: center">实验涉及的危险源</tr>
<tr>
@@ -250,7 +251,8 @@
riskSource: [],
riskSourceType: [],
description: '',
- person: []
+ person: [],
+ process:''
},
reportFormRules: {
assessPerson: [{ required: true, message: '请填写评估人员', trigger: 'blur' }],
diff --git a/src/views/analyse/assessApply/components/reportDialog.vue b/src/views/analyse/assessApply/components/reportDialog.vue
index d58e482..9623f1f 100644
--- a/src/views/analyse/assessApply/components/reportDialog.vue
+++ b/src/views/analyse/assessApply/components/reportDialog.vue
@@ -110,7 +110,8 @@
<tr class="m-color b-font" style="text-align: center">实验概况</tr>
<tr>
- <el-input type="textarea" :autosize="{ minRows: 3}" disabled v-model="reportDialogState.reportForm.experimentDesc" placeholder="(简要描述实验原理、实验步骤、所用试剂或材料设备等)" />
+<!-- <el-input type="textarea" :autosize="{ minRows: 3}" disabled v-model="reportDialogState.reportForm.experimentDesc" placeholder="(简要描述实验原理、实验步骤、所用试剂或材料设备等)" />-->
+ <el-input type="textarea" :autosize="{ minRows: 3}" disabled v-model="reportDialogState.reportForm.process" placeholder="(简要描述实验原理、实验步骤、所用试剂或材料设备等)" />
</tr>
<tr class="m-color b-font" style="text-align: center">实验涉及的危险源</tr>
<tr>
@@ -256,7 +257,8 @@
riskSource: [],
riskSourceType: [],
description: '',
- person:[]
+ person:[],
+ process: ''
},
reportFormRules: {
assessPerson: [{ required: true, message: '请填写评估人员', trigger: 'blur' }],
@@ -343,7 +345,8 @@
riskSource: [],
riskSourceType: [],
description: '',
- person:[]
+ person:[],
+ process: ''
}
if(res.data.data&&res.data.data.length==0){
ElMessage({
diff --git a/src/views/analyse/assessApply/index.ts b/src/views/analyse/assessApply/index.ts
index 8e28d84..85f9d64 100644
--- a/src/views/analyse/assessApply/index.ts
+++ b/src/views/analyse/assessApply/index.ts
@@ -26,7 +26,8 @@
riskSource: [],
riskSourceType: [],
description: string,
- person: []
+ person: [],
+ process: string
}
reportFormRules: object
allPersonList: Array<AllPersonListType>
@@ -63,4 +64,4 @@
declare interface type {
id: number,
name: string
-}
\ No newline at end of file
+}
--
Gitblit v1.9.2