refactor(plan): 将年度计划相关文案统一修改为项目计划

- 修改了多个组件和 API 中的年度计划名称、提示文本等
- 统一使用项目计划替代年度计划,提高文案一致性
This commit is contained in:
dj
2025-08-06 22:06:17 +08:00
parent 41830600bf
commit 827978f7bd
7 changed files with 17 additions and 17 deletions

View File

@@ -71,7 +71,7 @@ export const uploadCollectAttachment= (data) => {
data: data
});
};
// 年度计划
// 项目计划
export const addPlan= (data) => {
return request({
url: '/workflow/annual/plan',