From 710ccbdf655182dc561cbf84c78826f88e69052c Mon Sep 17 00:00:00 2001
From: dj <1042039504@qq.com>
Date: Thu, 24 Apr 2025 21:48:23 +0800
Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E5=8D=95=E4=BD=8D?=
=?UTF-8?q?=E5=85=83?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/plan/detail.vue | 2 +-
src/views/research-fund/index.vue | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/plan/detail.vue b/src/views/plan/detail.vue
index a85d265..7244962 100644
--- a/src/views/plan/detail.vue
+++ b/src/views/plan/detail.vue
@@ -142,7 +142,7 @@
{{ toThousands(scope.row.economicEstimate) }}
-
+
{{ toThousands(scope.row.specialFundAmount) }}
diff --git a/src/views/research-fund/index.vue b/src/views/research-fund/index.vue
index 284b63f..f0ab2b1 100644
--- a/src/views/research-fund/index.vue
+++ b/src/views/research-fund/index.vue
@@ -1,6 +1,6 @@
+ >
@@ -30,7 +30,7 @@ const researchFundSearchConfig = ref([
}
},
{
- label: '研发资金金额',
+ label: '研发资金金额(元)',
prop: 'rdAmount',
component: 'el-input',
props: {
@@ -74,7 +74,7 @@ const researchFundTableConfig = reactive({
},
{
prop: 'rdAmount',
- label: '研发资金金额',
+ label: '研发资金金额(元)',
align: 'center',
currentRender:({row})=>{
return {toThousands(row.rdAmount)}