dedsudiyu 2 년 전
부모
커밋
4f821f5918
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/emergencyManagement/plan/newAssociatedPage.vue

+ 1 - 1
src/views/emergencyManagement/plan/newAssociatedPage.vue

@@ -152,7 +152,7 @@
                 <div style="margin-bottom:10px;">
                   <div v-for="(item,index) in scope.row.buttonList" :key="index"
                     style="display: inline-block;padding:0 10px;border:1px solid #E0E0E0;margin:10px 10px 0 0;">
-                    <span style="line-height:40px;font-size:14px;">{{item.sensorName}}-{{item.hazardSubjectName}}</span>
+                    <span style="line-height:40px;font-size:14px;">{{item.hazardSubjectName}}-{{item.sensorName}}</span>
                     <span class="el-icon-circle-close" @click="delMinObj(scope.row.buttonList,index)"
                           style="cursor: pointer;width:14px;height:14px;margin-left:10px;margin-top:14px;color:#666;"></span>
                   </div>