|
@@ -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>
|