From cb5c584850e50d7f033b030ed0a9f3a59da37291 Mon Sep 17 00:00:00 2001
From: wupengfei <834520024@qq.com>
Date: 星期一, 14 四月 2025 10:51:28 +0800
Subject: [PATCH] feat: 接口

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

diff --git a/src/views/EnterpriseInfo/EnterpriseInfo.vue b/src/views/EnterpriseInfo/EnterpriseInfo.vue
index d061b89..18c0482 100644
--- a/src/views/EnterpriseInfo/EnterpriseInfo.vue
+++ b/src/views/EnterpriseInfo/EnterpriseInfo.vue
@@ -60,7 +60,7 @@
 import * as parkBountyApplyServices from '@/services/api/ParkBountyApply';
 import _ from 'lodash';
 import { ModelValueType } from 'element-plus';
-import { AuthTypeText } from '@/constants';
+import { EnterpriseTypeText } from '@/constants';
 
 defineOptions({
   name: 'EnterpriseInfo',
@@ -186,7 +186,7 @@
       lastApplyTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },
       lastPayTime: { type: 'date', format: 'YYYY-MM-DD HH:mm:ss' },
       bountyAmount: { type: 'money' },
-      enterpriseType: { type: 'enum', valueEnum: AuthTypeText },
+      enterpriseType: { type: 'enum', valueEnum: EnterpriseTypeText },
     },
   }
 );

--
Gitblit v1.9.1