修复 隐患排查治理 消防检查隐患不显示隐患来源

pull/4/head
songwenxuan 2024-01-05 10:47:54 +08:00
parent 8c193c829e
commit ae6fb36382
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@
<template slot-scope="{row}">
<template v-if="row.SOURCE == 4">{{ row.RECTIFICATIONOR_NAME }}</template>
<template v-else-if="row.SOURCE == 5">{{ row.RECTIFICATIONOR_NAME }}</template>
<template v-else-if="row.SOURCE == 6">{{ row.RECTIFICATIONOR_NAME }}</template>
<template v-else-if="row.SOURCE == 2">{{ row.RECTIFICATIONOR_NAME }}</template>
<template v-else>{{ row.PERSONCHARGE }}</template>
</template>
</el-table-column>