2 Achegas 3660b6f595 ... 654a1a8a49

Autor SHA1 Mensaxe Data
  yhfu 654a1a8a49 Merge branch 'lifeline_develop_siping' of http://116.142.80.13:3000/sooka_onest/visu_lifeline into lifeline_develop_siping hai 3 días
  yhfu a3cca262f2 补丁 hai 3 días
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      src/views/SentryEmergencyCenter.vue

+ 3 - 2
src/views/SentryEmergencyCenter.vue

@@ -196,8 +196,9 @@
                 <div class="right transferBg">
                     <h3>各部门在线情况</h3>
 					<h4 style="margin-top: 4%;"></h4>
-					<div v-for="(e,idx) in emergencyEventDetails.deptList ? emergencyEventDetails.deptList : [] " :key="idx">
-						<div>{{ e.mapDeptName || '' }}</div>
+					<div v-for="(e,idx) in emergencyEventDetails.deptList ? emergencyEventDetails.deptList : [] " :key="idx" class="planItem" style="display: flex;border: 1px solid #50A09E;width: 98%;height: 57px !important;">
+						<img src="@/assets/images/planIcon.png" style="width: 10%;position: relative;top: -38%;left: -5%;height: 50px;">
+						<div style="position: relative;bottom: 7%;">{{ e.mapDeptName || '' }}</div>
 					</div>
                 </div>
             </div>