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/assessApply/components/reportDialog.vue |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/src/views/analyse/assessApply/components/reportDialog.vue b/src/views/analyse/assessApply/components/reportDialog.vue
index 1588b5b..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({
@@ -594,16 +597,16 @@
     margin-left: 20px;
 }
 .tag-bg1 {
-    background: rgba(255,0,0,0.5);
+    background: rgba(255,0,0,0.65);
 }
 .tag-bg2 {
-    background: rgba(248,82,8,0.5);
+    background: rgba(248,82,8,0.65);
 }
 .tag-bg3 {
-    background: rgba(247,255,0,0.5);
+    background: rgba(247,255,0,0.65);
 }
 .tag-bg4 {
-    background: rgba(0,112,192,0.5);
+    background: rgba(0,112,192,0.65);
 }
 .roomSelect{
   ::v-deep(.el-popper){

--
Gitblit v1.9.2