修复安全环保检查 指派验收页面 状态显示错误的问题
parent
aeb034cb27
commit
f8af529c6e
|
@ -110,7 +110,7 @@
|
|||
<template v-if="row.INSPECTION_STATUS == '0'">待检查人核实</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 == '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 == '5'">指派完成</template>
|
||||
<template v-else-if="row.INSPECTION_STATUS == '6'">检查待验收</template>
|
||||
|
|
Loading…
Reference in New Issue