From 1c095d3fcc4183c1730df7194ee22cb40000bc7f Mon Sep 17 00:00:00 2001
From: clay <20932067@zju.edu.cn>
Date: Fri, 12 Jul 2024 15:03:54 +0800
Subject: [PATCH 1/2] =?UTF-8?q?feat=20:=20=E8=B0=83=E6=95=B4=E5=B8=83?=
=?UTF-8?q?=E5=B1=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/DetailComponent/SummaryDetail.vue | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/components/DetailComponent/SummaryDetail.vue b/src/components/DetailComponent/SummaryDetail.vue
index a992ff0..d8f0325 100644
--- a/src/components/DetailComponent/SummaryDetail.vue
+++ b/src/components/DetailComponent/SummaryDetail.vue
@@ -83,37 +83,37 @@
-
+
{{ localFormData.inventionPatent }}
-
+
{{ localFormData.newPatent }}
-
+
{{ localFormData.softwareCopyright }}
-
+
{{ localFormData.copyright }}
-
+
{{ localFormData.other }}
-
+
{{ toThousands(localFormData.economicEstimate) }}
-
+
{{ toThousands(localFormData.specialFundAmount) }}
From e4ecd22c2e9840ca3843da9e6ce020a7e5c5b3dd Mon Sep 17 00:00:00 2001
From: odjbin <1042039504@qq.com>
Date: Sat, 13 Jul 2024 13:00:04 +0800
Subject: [PATCH 2/2] =?UTF-8?q?fix=20:=20=E5=BE=81=E9=9B=86=E5=85=AC?=
=?UTF-8?q?=E5=8F=B8=E5=B1=85=E4=B8=AD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/project-demand/requirement/index.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/views/project-demand/requirement/index.vue b/src/views/project-demand/requirement/index.vue
index 3ffd676..648abf2 100644
--- a/src/views/project-demand/requirement/index.vue
+++ b/src/views/project-demand/requirement/index.vue
@@ -79,8 +79,8 @@ const tableConfig = reactive({
prop: 'companyName',
label: '征集公司',
align: 'center',
- currentRender: ({row, index}) => (
- {row.companyName}
)
+ // currentRender: ({row, index}) => (
+ // {row.companyName}
)
},
{
prop: 'approveName',