|
@@ -178,7 +178,7 @@
|
|
|
</div>
|
|
|
<div class="for-max-big-box for-max-big-box-special" v-for="(item,index) in addForm.checkHazardInfoVoList" :key="index">
|
|
|
<div class="for-title-box">
|
|
|
- <p class="for-title-p">{{index+1}}、【{{item.hazardName}}{{item.hazardName}}】专项检查</p>
|
|
|
+ <p class="for-title-p">{{index+1}}、【{{item.hazardName}}-{{item.code}}】专项检查</p>
|
|
|
<div class="for-button-box" @click="dataLookButton(item)">
|
|
|
<p :class="item.lookType?'el-icon-arrow-up':'el-icon-arrow-down'"></p>
|
|
|
<p>{{item.lookType?'收起':'展开'}}</p>
|
|
@@ -319,7 +319,7 @@ import { getToken } from '@/utils/auth'
|
|
|
response.data.checkHazardInfoVoList.forEach(function(item) {
|
|
|
item.lookType = true;
|
|
|
item.checkHazardDtoList.forEach(function(item2) {
|
|
|
- item2.hazardCheckCode=item2.code
|
|
|
+ //item2.hazardCheckCode=item2.code
|
|
|
item2.voiceRemark=item2.voiceRemark?JSON.parse(item2.voiceRemark):[];
|
|
|
})
|
|
|
})
|