From 04fff31b3a3318c528945b06194505cf4f20de16 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 5 Aug 2024 17:22:23 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E6=94=B9'=E7=BB=8F=E8=B4=B9?= =?UTF-8?q?=E9=A2=84=E7=AE=97'=E6=96=87=E5=AD=97=E5=8F=8A=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=8E=92=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DetailComponent/CollectionDetail.vue | 7 ++++--- src/components/DetailComponent/SummaryDetail.vue | 16 ++++++++-------- src/views/plan/detail.vue | 2 +- src/views/project-demand/summary/add.vue | 4 ++-- src/views/project-management/filing/index.vue | 2 +- .../project-management/implementation/index.vue | 2 +- .../project-management/initiation/index.vue | 2 +- .../mobledetail/SummaryDetailMoblie.vue | 2 +- 8 files changed, 19 insertions(+), 18 deletions(-) diff --git a/src/components/DetailComponent/CollectionDetail.vue b/src/components/DetailComponent/CollectionDetail.vue index 40b2074..1c91b1c 100644 --- a/src/components/DetailComponent/CollectionDetail.vue +++ b/src/components/DetailComponent/CollectionDetail.vue @@ -1,9 +1,10 @@ - + diff --git a/src/views/project-demand/summary/add.vue b/src/views/project-demand/summary/add.vue index db9d68c..cc3a0cb 100644 --- a/src/views/project-demand/summary/add.vue +++ b/src/views/project-demand/summary/add.vue @@ -120,7 +120,7 @@ - + @@ -374,7 +374,7 @@ const rules = reactive({ softwareCopyright: [{required: true, message: '请输入软件著作权', trigger: 'blur'}], copyright: [{required: true, message: '请输入著作权', trigger: 'blur'}], other: [{required: true, message: '请输入其他', trigger: 'blur'}], - economicEstimate: [{required: true, message: '请输入经济预算', trigger: 'blur'}], + economicEstimate: [{required: true, message: '请输入经费预算', trigger: 'blur'}], specialFundAmount: [{required: true, message: '请输入专项资金', trigger: 'blur'}], serviceDescription: [{required: true, message: '请输入现有业务描述', trigger: 'blur'}], contentDescription: [{required: true, message: '请输入研发项目关键内容描述', trigger: 'blur'}] diff --git a/src/views/project-management/filing/index.vue b/src/views/project-management/filing/index.vue index 601d794..b74d541 100644 --- a/src/views/project-management/filing/index.vue +++ b/src/views/project-management/filing/index.vue @@ -213,7 +213,7 @@ const tableConfig = reactive({ }, { prop: 'economicEstimate', - label: '经济预算(元)', + label: '经费预算(元)', align: 'center', currentRender:({row})=>{ return {toThousands(row.economicEstimate)} diff --git a/src/views/project-management/implementation/index.vue b/src/views/project-management/implementation/index.vue index 0938ac3..7cfd10e 100644 --- a/src/views/project-management/implementation/index.vue +++ b/src/views/project-management/implementation/index.vue @@ -229,7 +229,7 @@ const tableConfig = reactive({ }, { prop: 'economicEstimate', - label: '经济预算(元)', + label: '经费预算(元)', align: 'center', currentRender:({row})=>{ return {toThousands(row.economicEstimate)} diff --git a/src/views/project-management/initiation/index.vue b/src/views/project-management/initiation/index.vue index d40c7f7..ced95f4 100644 --- a/src/views/project-management/initiation/index.vue +++ b/src/views/project-management/initiation/index.vue @@ -211,7 +211,7 @@ const tableConfig = reactive({ }, { prop: 'economicEstimate', - label: '经济预算(元)', + label: '经费预算(元)', align: 'center', currentRender:({row})=>{ return {toThousands(row.economicEstimate)} diff --git a/src/views/project-management/mobledetail/SummaryDetailMoblie.vue b/src/views/project-management/mobledetail/SummaryDetailMoblie.vue index 6aa1fd0..adc7502 100644 --- a/src/views/project-management/mobledetail/SummaryDetailMoblie.vue +++ b/src/views/project-management/mobledetail/SummaryDetailMoblie.vue @@ -50,7 +50,7 @@ - + {{ toThousands(localFormData.economicEstimate) }}