From 05a07471a6e55cc82210f9ad8b74d4b5aa445cfc Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期一, 14 四月 2025 10:46:54 +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