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

@@ -385,7 +385,7 @@ const tableConfig = reactive({
params: {},
btns: [
{name: '新增上报', key: 'add', color: '#DED0B2', auth: auths.report},
{name: '创建年度计划', key: 'export', color: '#DED0B2', auth: auths.planAdd},
{name: '创建项目计划', key: 'export', color: '#DED0B2', auth: auths.planAdd},
// {name: '经费预算生成', key: 'preMonty', auth: ''},
]
})