From 31928abbd184e24edaecb72359c33521c0cd24f3 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sat, 3 Aug 2024 13:21:18 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E9=9C=80=E6=B1=82=E4=B8=8A=E6=8A=A5?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E5=8A=A0=E4=B8=8A=E9=A1=B9=E7=9B=AE=E5=BD=B1?= =?UTF-8?q?=E5=93=8D,=20=E9=9C=80=E6=B1=82/=E5=BE=81=E9=9B=86/=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E5=8F=98=E6=9B=B4/=E5=88=86=E6=91=8A/=E4=B8=93?= =?UTF-8?q?=E9=A1=B9=E8=B5=84=E9=87=91/=E9=A1=B9=E7=9B=AE=E7=AB=8B?= =?UTF-8?q?=E9=A1=B9/=E9=AA=8C=E6=94=B6/=E7=BB=93=E9=A1=B9=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=8A=A0=E4=B8=8A=E5=AE=A1=E6=89=B9=E8=AE=B0=E5=BD=95?= =?UTF-8?q?,=20=E6=96=B0=E5=A2=9E=E6=97=B6=E5=AE=A1=E6=89=B9=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=8A=A0=E4=B8=8A=E7=A9=BA=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DetailComponent/ProjectApply.vue | 8 ++-- .../DetailComponent/SummaryDetail.vue | 22 ++++----- src/views/expense-management/share/add.vue | 27 ++++++----- src/views/project-demand/requirement/add.vue | 28 +++++++----- src/views/project-demand/summary/add.vue | 25 ++++++++--- .../implementation/phase.vue | 45 ++++++++++++------- src/views/special-fund/add.vue | 34 +++++++++----- 7 files changed, 121 insertions(+), 68 deletions(-) diff --git a/src/components/DetailComponent/ProjectApply.vue b/src/components/DetailComponent/ProjectApply.vue index 0ac17ed..70a6c9f 100644 --- a/src/components/DetailComponent/ProjectApply.vue +++ b/src/components/DetailComponent/ProjectApply.vue @@ -95,8 +95,9 @@
- -
+ + +
流程图
+
-
diff --git a/src/components/DetailComponent/SummaryDetail.vue b/src/components/DetailComponent/SummaryDetail.vue index 5329f71..2f34468 100644 --- a/src/components/DetailComponent/SummaryDetail.vue +++ b/src/components/DetailComponent/SummaryDetail.vue @@ -33,11 +33,7 @@ {{ filterDict(cacheStore.getDict('invest_type'), localFormData.investmentType) }} - - - - - + {{ filterDict(cacheStore.getDict('business_segment'), localFormData.businessSegment) }} @@ -48,6 +44,11 @@ {{ filterDict(cacheStore.getDict('technical_standard'), localFormData.technicalStandard) }} + + + {{ filterDict(cacheStore.getDict('project_impact'), localFormData.projectImpact) }} + + {{ toThousands(localFormData.economicEstimate) }} @@ -67,11 +68,6 @@ }} - - - {{ localFormData.optionalChargeLeadership?.map(item=>item.name).join() }} - - {{ @@ -85,7 +81,11 @@ {{ toThousands(localFormData.specialFundAmount) }} - + + + {{ localFormData.optionalChargeLeadership?.map(item=>item.name).join() }} + + diff --git a/src/views/expense-management/share/add.vue b/src/views/expense-management/share/add.vue index dbd4e7b..d686f04 100644 --- a/src/views/expense-management/share/add.vue +++ b/src/views/expense-management/share/add.vue @@ -40,7 +40,8 @@