heyang 1 år sedan
förälder
incheckning
39ab596e8e
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/safetyCheck/startInspection/index.vue

+ 1 - 1
src/views/safetyCheck/startInspection/index.vue

@@ -246,7 +246,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-del-box" v-if="planType==1">
                   <p class="el-icon-delete"></p>
                   <p @click="delCheckHazardDtoList(index,'')">删除此项</p>