|
|
|
@ -50,6 +50,20 @@
|
|
|
|
|
<u-col span="4" class="name">应急预案:</u-col>
|
|
|
|
|
<u-col span="8" class="content">{{item.planName}}</u-col>
|
|
|
|
|
</u-row>
|
|
|
|
|
<u-row style="border-bottom: 1rpx solid #EEEEEE;">
|
|
|
|
|
<u-col span="4" class="name">演练级别:</u-col>
|
|
|
|
|
<u-col span="8" class="content"
|
|
|
|
|
style="display: flex;flex-direction: row;align-items: center;">
|
|
|
|
|
<image src="../../../static/images/zdwxy/dept.png"
|
|
|
|
|
style="width: 38rpx ;height: 38rpx;margin-right: 10rpx;" />
|
|
|
|
|
<span style="margin-left: 15rpx;">
|
|
|
|
|
<template v-if="item.enterpriseLevel === '1'">公司</template>
|
|
|
|
|
<template v-else-if="item.enterpriseLevel === '2'">二级单位</template>
|
|
|
|
|
<template v-else-if="item.enterpriseLevel === '3'">基层单位</template>
|
|
|
|
|
<template v-else-if="item.enterpriseLevel === '4'">班组</template>
|
|
|
|
|
</span>
|
|
|
|
|
</u-col>
|
|
|
|
|
</u-row>
|
|
|
|
|
<u-row style="border-bottom: 1rpx solid #EEEEEE;">
|
|
|
|
|
<u-col span="4" class="name">负责人:</u-col>
|
|
|
|
|
<u-col span="8" class="content"
|
|
|
|
|