zhouwx
2025-01-07 5415dae6cbb023dcfbadb4f4864b2ae6a5892bcd
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){