From c942e7d43bc0278678156605753b8857fd9605ae Mon Sep 17 00:00:00 2001
From: tony.cheng <chengmingwei_1984122@126.com>
Date: Thu, 05 Mar 2026 15:34:19 +0800
Subject: [PATCH] fix: 优化顶部区域组件和流程API服务
---
web-app/src/mocks/timeline.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/web-app/src/mocks/timeline.js b/web-app/src/mocks/timeline.js
index 8f24802..c2bb0b5 100644
--- a/web-app/src/mocks/timeline.js
+++ b/web-app/src/mocks/timeline.js
@@ -30,11 +30,11 @@
}
},
nodes: [
- { id: 1, node_name: "意愿调查", order_no: 1 },
- { id: 2, node_name: "材料核实", order_no: 2 },
- { id: 3, node_name: "事实认定", order_no: 3 },
- { id: 4, node_name: "达成协议", order_no: 4 },
- { id: 5, node_name: "履约回访", order_no: 5 }
+ { id: 1, node_name: "意愿调查", order_no: 1, nodeState: 2 },
+ { id: 2, node_name: "材料核实", order_no: 2, nodeState: 2 },
+ { id: 3, node_name: "事实认定", order_no: 3, nodeState: 1 },
+ { id: 4, node_name: "达成协议", order_no: 4, nodeState: 0 },
+ { id: 5, node_name: "履约回访", order_no: 5, nodeState: 0 }
]
}
};
--
Gitblit v1.8.0