wupengfei
2025-04-14 05a07471a6e55cc82210f9ad8b74d4b5aa445cfc
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 },
    },
  }
);