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)}