20241205 适配隐患来源类型点检隐患
parent
ccc6247d15
commit
3b31500c20
|
@ -54,6 +54,7 @@
|
|||
<span v-else-if="pd.SOURCE === '2' || pd.SOURCE === '3'">清单排查</span>
|
||||
<span v-else-if="pd.SOURCE === '4'">安全环保检查(监管端)</span>
|
||||
<span v-else-if="pd.SOURCE === '5'">安全环保检查(企业端)</span>
|
||||
<span v-else-if="pd.SOURCE === '8'">点检隐患</span>
|
||||
</dialog-body-item>
|
||||
<dialog-body-item title="隐患描述" item-size="100">{{ pd.HIDDENDESCR }}</dialog-body-item>
|
||||
<dialog-body-item v-if="pd.SOURCE === '2'" title="风险点(单元)">{{ pd.RISK_UNIT }}</dialog-body-item>
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
<td>清单排查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr v-if="pd.SOURCE=='2'">
|
||||
<td class="tbg">风险点(单元)</td>
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
<td>清单排查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">位置</td>
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -48,6 +48,7 @@
|
|||
<template v-else-if="row.SOURCE==3"><span>风险检查(企业端)</span></template>
|
||||
<template v-else-if="row.SOURCE==4"><span>安全环保检查(监管端)</span></template>
|
||||
<template v-else-if="row.SOURCE==5"><span>安全环保检查(企业端)</span></template>
|
||||
<template v-else-if="row.SOURCE==8"><span>点检隐患</span></template>
|
||||
<template v-else><span>消防检查</span></template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
<template v-else-if="row.SOURCE==3"><span>风险检查(企业端)</span></template>
|
||||
<template v-else-if="row.SOURCE==4"><span>安全环保检查(监管端)</span></template>
|
||||
<template v-else-if="row.SOURCE==5"><span>安全环保检查(企业端)</span></template>
|
||||
<template v-else-if="row.SOURCE==8"><span>点检隐患</span></template>
|
||||
<template v-else><span>消防检查</span></template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr v-if="pd.CHECK_CONTENT">
|
||||
<td class="tbg">检查内容</td>
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -78,6 +78,7 @@
|
|||
<template v-else-if="row.SOURCE=='3'">清单排查</template>
|
||||
<template v-else-if="row.SOURCE =='4'">安全环保检查(监管端)</template>
|
||||
<template v-else-if="row.SOURCE =='5'">安全环保检查(企业端)</template>
|
||||
<template v-else-if="row.SOURCE =='8'">点检隐患</template>
|
||||
<template v-else />
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
@ -144,7 +145,8 @@ export default {
|
|||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '4', label: '安全环保检查(监管端)' },
|
||||
{ value: '5', label: '安全环保检查(企业端)' }
|
||||
{ value: '5', label: '安全环保检查(企业端)' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
defaultProps: {
|
||||
value: 'id',
|
||||
|
|
|
@ -26,6 +26,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
<template v-else-if="row.SOURCE =='4'">安全环保检查(监管端)</template>
|
||||
<template v-else-if="row.SOURCE =='5'">安全环保检查(企业端)</template>
|
||||
<template v-else-if="row.SOURCE=='6'">消防检查</template>
|
||||
<template v-else-if="row.SOURCE=='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -152,7 +153,8 @@ export default {
|
|||
{ value: '2', label: '清单排查' },
|
||||
{ value: '4', label: '安全环保检查(监管端)' },
|
||||
{ value: '5', label: '安全环保检查(企业端)' },
|
||||
{ value: '6', label: '消防检查' }
|
||||
{ value: '6', label: '消防检查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
searchForm: {
|
||||
keySource: '',
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -128,6 +128,7 @@
|
|||
<template v-else-if="row.SOURCE=='4'">安全环保检查(监管端) </template>
|
||||
<template v-else-if="row.SOURCE=='5'">安全环保检查(企业端) </template>
|
||||
<template v-else-if="row.SOURCE=='6'">消防检查</template>
|
||||
<template v-else-if="row.SOURCE=='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" >
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -105,6 +105,7 @@
|
|||
<template v-if="row.SOURCE =='2'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='3'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='6'">消防检查</template>
|
||||
<template v-if="row.SOURCE =='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -173,7 +174,8 @@ export default {
|
|||
hiddenSourceList: [ // 隐患来源 1-隐患快报 2-清单排查
|
||||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '6', label: '消防检查' }
|
||||
{ value: '6', label: '消防检查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
hiddenTypeList: [], // 隐患类型list
|
||||
hiddenType2List: [], // 隐患类型list
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -130,6 +130,7 @@
|
|||
<template v-else-if="row.SOURCE=='4'">安全环保检查(监管端) </template>
|
||||
<template v-else-if="row.SOURCE=='5'">安全环保检查(企业端) </template>
|
||||
<template v-else-if="row.SOURCE=='6'">消防检查 </template>
|
||||
<template v-else-if="row.SOURCE=='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" >
|
||||
|
|
|
@ -17,6 +17,9 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
<td>清单排查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -104,6 +104,7 @@
|
|||
<template v-if="row.SOURCE =='1'">隐患快报</template>
|
||||
<template v-if="row.SOURCE =='2'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='3'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -170,7 +171,8 @@ export default {
|
|||
varList: [],
|
||||
hiddenSourceList: [ // 隐患来源 1-隐患快报 2-清单排查
|
||||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' }
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
hiddenTypeList: [], // 隐患类型list
|
||||
hiddenType2List: [], // 隐患类型list
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
<template v-if="row.SOURCE =='2'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='3'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='6'">消防检查</template>
|
||||
<template v-if="row.SOURCE =='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -179,7 +180,8 @@ export default {
|
|||
hiddenSourceList: [ // 隐患来源 1-隐患快报 2-清单排查
|
||||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '6', label: '消防检查' }
|
||||
{ value: '6', label: '消防检查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
statusList: [
|
||||
{ ID: '-2', NAME: '待确认' },
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
<template v-if="row.SOURCE =='2'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='3'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='6'">消防检查</template>
|
||||
<template v-if="row.SOURCE =='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -179,7 +180,8 @@ export default {
|
|||
hiddenSourceList: [ // 隐患来源 1-隐患快报 2-清单排查
|
||||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '6', label: '消防检查' }
|
||||
{ value: '6', label: '消防检查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
statusList: [
|
||||
{ ID: '-2', NAME: '待确认' },
|
||||
|
|
|
@ -25,6 +25,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
<template v-if="row.SOURCE =='2'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='3'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='6'">消防检查</template>
|
||||
<template v-if="row.SOURCE =='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -183,7 +184,8 @@ export default {
|
|||
hiddenSourceList: [ // 隐患来源 1-隐患快报 2-清单排查
|
||||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '6', label: '消防检查' }
|
||||
{ value: '6', label: '消防检查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
statusList: [
|
||||
{ ID: '13', NAME: '已核定/待整改' },
|
||||
|
|
|
@ -20,6 +20,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -107,6 +107,7 @@
|
|||
<template v-if="row.SOURCE =='2'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='3'">清单排查</template>
|
||||
<template v-if="row.SOURCE =='6'">消防检查</template>
|
||||
<template v-if="row.SOURCE =='8'">点检隐患</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="隐患描述" prop="HIDDENDESCR" >
|
||||
|
@ -177,7 +178,8 @@ export default {
|
|||
hiddenSourceList: [ // 隐患来源 1-隐患快报 2-清单排查
|
||||
{ value: '1', label: '隐患快报' },
|
||||
{ value: '2', label: '清单排查' },
|
||||
{ value: '6', label: '消防检查' }
|
||||
{ value: '6', label: '消防检查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
statusList: [
|
||||
{ ID: '-2', NAME: '待确认' },
|
||||
|
|
|
@ -16,6 +16,9 @@
|
|||
<template v-else-if="pd.SOURCE=='2'">
|
||||
清单排查
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</td>
|
||||
</tr>
|
||||
<tr v-if="pd.SOURCE=='2'">
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
<template slot-scope="{row}">
|
||||
<template v-if="row.SOURCE=='1'">隐患快报</template>
|
||||
<template v-else-if="row.SOURCE=='2'">清单排查</template>
|
||||
<template v-else-if="row.SOURCE=='8'">点检隐患</template>
|
||||
<template v-else />
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -69,6 +69,7 @@
|
|||
<template v-else-if="row.SOURCE =='4'">安全环保检查(监管端)</template>
|
||||
<template v-else-if="row.SOURCE =='5'">安全环保检查(企业端)</template>
|
||||
<template v-else-if="row.SOURCE =='6'">消防检查</template>
|
||||
<template v-else-if="row.SOURCE =='8'">点检隐患</template>
|
||||
<template v-else />
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
@ -204,7 +205,8 @@ export default {
|
|||
{ value: '2', label: '清单排查' },
|
||||
{ value: '4', label: '安全环保检查(监管端)' },
|
||||
{ value: '5', label: '安全环保检查(企业端)' },
|
||||
{ value: '6', label: '消防检查' }
|
||||
{ value: '6', label: '消防检查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
statusList: [
|
||||
{ ID: '1', NAME: '未整改' },
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -74,6 +74,7 @@
|
|||
<template v-else-if="row.SOURCE=='4'">安全环保检查(监管端)</template>
|
||||
<template v-else-if="row.SOURCE=='5'">安全环保检查(企业端)</template>
|
||||
<template v-else-if="row.SOURCE=='6'">消防检查</template>
|
||||
<template v-else-if="row.SOURCE=='8'">点检隐患</template>
|
||||
<template v-else />
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
@ -136,7 +137,8 @@ export default {
|
|||
{ value: '2', label: '清单排查' },
|
||||
{ value: '4', label: '安全环保检查(监管端)' },
|
||||
{ value: '5', label: '安全环保检查(企业端)' },
|
||||
{ value: '6', label: '消防检查' }
|
||||
{ value: '6', label: '消防检查' },
|
||||
{ value: '8', label: '点检隐患' }
|
||||
],
|
||||
searchForm: {
|
||||
keySource: '',
|
||||
|
|
|
@ -32,6 +32,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
<td>消防检查</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -123,7 +123,8 @@ export default {
|
|||
1: 'AI报警',
|
||||
2: 'AI报警',
|
||||
4: '安全环保检查(监管端)',
|
||||
5: '安全环保检查(企业端)'
|
||||
5: '安全环保检查(企业端)',
|
||||
8: '点检隐患'
|
||||
},
|
||||
sourceStateList: [
|
||||
{
|
||||
|
@ -141,6 +142,10 @@ export default {
|
|||
{
|
||||
value: '5',
|
||||
label: '安全环保检查(企业端)'
|
||||
},
|
||||
{
|
||||
value: '8',
|
||||
label: '点检隐患'
|
||||
}
|
||||
],
|
||||
state: {
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -23,6 +23,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">位置</td>
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -14,6 +14,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">位置</td>
|
||||
|
|
|
@ -15,6 +15,9 @@
|
|||
<template v-else-if="pd.SOURCE=='5'">
|
||||
<td>安全环保检查(企业端)</td>
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
<td>点检隐患</td>
|
||||
</template>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg">隐患描述</td>
|
||||
|
|
|
@ -36,6 +36,9 @@
|
|||
<template v-else-if="pd.SOURCE=='6'">
|
||||
消防点检
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="pd.SOURCE=='2'" class="base-cell">
|
||||
|
|
|
@ -29,6 +29,9 @@
|
|||
<template v-else-if="pd.SOURCE=='3'">
|
||||
隐患排查
|
||||
</template>
|
||||
<template v-else-if="pd.SOURCE=='8'">
|
||||
点检隐患
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="pd.SOURCE=='2'" class="base-cell">
|
||||
|
|
Loading…
Reference in New Issue