wupengfei
2025-11-21 8e8b54a9a91fb174c368f51d8b0b2850faf58342
src/views/BalanceManage/components/RewardGrantRecordView.vue
@@ -10,9 +10,9 @@
<script setup lang="ts">
import { AppContainer, useTable, ProTableV2 } 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 { useUser } from '@/hooks';
// import { TransferToStatusEnumText } from '@/constants';
import { TransferToStatusEnumText } from '@/constants';
defineOptions({
  name: 'RewardGrantRecordView',
@@ -47,8 +47,6 @@
];
const route = useRoute();
const router = useRouter();
const id = route.params.id as string;
const BaseState = {
  loading: true,
};