|
@@ -246,7 +246,7 @@
|
|
</div>
|
|
</div>
|
|
<div class="for-max-big-box for-max-big-box-special" v-for="(item,index) in addForm.checkHazardInfoVoList" :key="index">
|
|
<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">
|
|
<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-del-box" v-if="planType==1">
|
|
<div class="for-del-box" v-if="planType==1">
|
|
<p class="el-icon-delete"></p>
|
|
<p class="el-icon-delete"></p>
|
|
<p @click="delCheckHazardDtoList(index,'')">删除此项</p>
|
|
<p @click="delCheckHazardDtoList(index,'')">删除此项</p>
|