浏览代码

页面提交

wang_xy 2 月之前
父节点
当前提交
54cdb419f6
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/views/SenWarningCenter.vue

+ 6 - 6
src/views/SenWarningCenter.vue

@@ -17,11 +17,11 @@
       <div class="con_right con_left_js" :class="'warning_'+index" v-for="(item,index) in option" >
         <div class="list_tit">{{item.typeName}}说明</div>
         <!-- 预警说明内容主体 -->
-              <div class="text_content">
-                  <h4>预警名称:{{item.typeName}}</h4>
-                  <h4>预警描述:{{item.warningDescription}}</h4>
-                  <h4>告警阈值:{{item.concentrationUp}};紧急阈值:{{item.urgentUp}}</h4>
-              </div>
+          <div class="text_content">
+              <h4>预警名称:{{item.typeName}}</h4>
+              <h4>预警描述:{{item.warningDescription}}</h4>
+              <h4>{{item.threshold}}</h4>
+          </div>
       </div>
     </div>
 </template>
@@ -139,7 +139,7 @@ export default {
             transform: skewX(-16deg);
 			 text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6)
         }
-		
+
     }