refactor(plan): 将年度计划相关文案统一修改为项目计划
- 修改了多个组件和 API 中的年度计划名称、提示文本等 - 统一使用项目计划替代年度计划,提高文案一致性
This commit is contained in:
@@ -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: ''},
|
||||
]
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user