修复安全环保检查 指派验收页面 状态显示错误的问题

cmt地图合并
songwenxuan 2024-02-27 17:20:54 +08:00
parent aeb034cb27
commit f8af529c6e
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
<template v-if="row.INSPECTION_STATUS == '0'"></template> <template v-if="row.INSPECTION_STATUS == '0'"></template>
<template v-else-if="row.INSPECTION_STATUS == '1'">检查人核实中</template> <template v-else-if="row.INSPECTION_STATUS == '1'">检查人核实中</template>
<template v-else-if="row.INSPECTION_STATUS == '2'">待被检查人确认</template> <template v-else-if="row.INSPECTION_STATUS == '2'">待被检查人确认</template>
<template v-else-if="row.INSPECTION_STATUS == '3'">已归档</template> <template v-else-if="row.INSPECTION_STATUS == '3'">待指派</template>
<template v-else-if="row.INSPECTION_STATUS == '4'">指派中</template> <template v-else-if="row.INSPECTION_STATUS == '4'">指派中</template>
<template v-else-if="row.INSPECTION_STATUS == '5'">指派完成</template> <template v-else-if="row.INSPECTION_STATUS == '5'">指派完成</template>
<template v-else-if="row.INSPECTION_STATUS == '6'">检查待验收</template> <template v-else-if="row.INSPECTION_STATUS == '6'">检查待验收</template>