|  |  |  | 
|---|
|  |  |  | defineOperationBtns, | 
|---|
|  |  |  | } from '@bole-core/components'; | 
|---|
|  |  |  | import { OrderInputType } from '@bole-core/core'; | 
|---|
|  |  |  | // import * as parkBountyApplyServices from '@/services/api/ParkBountyApply'; | 
|---|
|  |  |  | import * as parkBountyApplyServices from '@/services/api/ParkBountyApply'; | 
|---|
|  |  |  | import { | 
|---|
|  |  |  | EnterpriseRechargeStatusEnumText, | 
|---|
|  |  |  | EnterpriseRechargeStatusEnum, | 
|---|
|  |  |  | EnterprisePrechargeInComeStatusEnum, | 
|---|
|  |  |  | EnterprisePrechargeInComeStatusEnumText, | 
|---|
|  |  |  | } from '@/constants'; | 
|---|
|  |  |  | import { useUser } from '@/hooks'; | 
|---|
|  |  |  | // import { | 
|---|
|  |  |  | //   EnterprisePrechargeInComeStatusEnum, | 
|---|
|  |  |  | //   EnterprisePrechargeInComeStatusEnumText, | 
|---|
|  |  |  | //   EnterpriseRechargeStatusEnum, | 
|---|
|  |  |  | //   EnterpriseRechargeStatusEnumText, | 
|---|
|  |  |  | // } from '@/constants'; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import { convertApi2FormUrlBySeparator } from '@/utils'; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | defineOptions({ | 
|---|
|  |  |  | 
|---|
|  |  |  | ]); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | const route = useRoute(); | 
|---|
|  |  |  | const router = useRouter(); | 
|---|
|  |  |  | const id = route.params.id as string; | 
|---|
|  |  |  | const BaseState = { | 
|---|
|  |  |  | loading: true, | 
|---|
|  |  |  | }; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | const state = reactive({ ...BaseState }); | 
|---|
|  |  |  | const { userDetail } = useUser(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | const { | 
|---|
|  |  |  | getDataSource: getList, | 
|---|