refactor(project): 优化项目相关页面显示内容

- 修改项目需求、总结、立项、实施、归档页面中的编号标签
- 更新项目申请组件,根据项目类型动态显示实际专项资金输入框
-调整 API 代理配置
This commit is contained in:
dj
2025-04-06 16:47:23 +08:00
parent 348027f355
commit eabf9cb3d6
7 changed files with 16 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ const tableConfig = reactive({
},
{
prop: 'processNumber',
label: '编号',
label: '征集编号',
align: 'center',
},
{

View File

@@ -220,7 +220,7 @@ const tableConfig = reactive({
},
{
prop: 'processNumber',
label: '编号',
label: '项目编号',
align: 'center',
},
{

View File

@@ -219,7 +219,7 @@ const tableConfig = reactive({
{
prop: 'processNumber',
label: '编号',
label: '项目编号',
align: 'center',
},
{

View File

@@ -222,7 +222,7 @@ const tableConfig = reactive({
{
prop: 'processNumber',
label: '编号',
label: '项目编号',
align: 'center',
},
{

View File

@@ -216,7 +216,7 @@ const tableConfig = reactive({
},
{
prop: 'processNumber',
label: '编号',
label: '项目编号',
align: 'center',
},
{