From e944883d021a71da57b3f6c7ce7101c2bcc31b90 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期三, 23 四月 2025 09:14:27 +0800
Subject: [PATCH] feat: 接口

---
 src/views/EnterpriseInfo/EnterpriseInfo.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/EnterpriseInfo/EnterpriseInfo.vue b/src/views/EnterpriseInfo/EnterpriseInfo.vue
index 5e21bbc..10434a9 100644
--- a/src/views/EnterpriseInfo/EnterpriseInfo.vue
+++ b/src/views/EnterpriseInfo/EnterpriseInfo.vue
@@ -123,7 +123,7 @@
   },
   {
     id: '10',
-    enCode: 'bountyAmount',
+    enCode: 'bountySumAmount',
     name: '鍙戞斁鎬婚',
     width: 150,
   },
@@ -196,6 +196,7 @@
     columnsRenderProps: {
       lastApplyTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },
       lastPayTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },
+      bountySumAmount: { type: 'money' },
       bountyAmount: { type: 'money' },
       enterpriseType: { type: 'enum', valueEnum: EnterpriseTypeText },
     },

--
Gitblit v1.9.1