diff --git a/src/views/xgf/flow/components/flowStep.vue b/src/views/xgf/flow/components/flowStep.vue
index a517ae3..70f8404 100644
--- a/src/views/xgf/flow/components/flowStep.vue
+++ b/src/views/xgf/flow/components/flowStep.vue
@@ -25,10 +25,10 @@
审批人部门:{{ item.APPOINT_DEPARTMENT_NAME }}
-
+
审批状态:{{ item.APPOINT_STATUS === '1' ? '同意' : item.APPOINT_STATUS === '0' ? '不同意' : '' }}
-
+
审批时间:{{ item.APPOINT_TIME }}