zhengyiming
2025-04-10 99994552c9129abf90d2370afd9bd54d01cdb33a
src/views/MaterialReview/MaterialReviewDetail.vue
@@ -6,7 +6,9 @@
          <div class="page-form-layout-title">
            申报详情
            <span class="page-form-layout-title-item status">
              {{ `审核状态:${BountyCheckStatusEnumText[form.outCheckStatus]}` }}
              审核状态:<span :style="{ color: BountyCheckStatusEnumColor[form.outCheckStatus] }">{{
                BountyCheckStatusEnumText[form.outCheckStatus]
              }}</span>
            </span>
            <span
              v-if="form.outCheckStatus === BountyCheckStatusEnum.CheckReject"
@@ -50,7 +52,12 @@
import { convertApi2FormUrlOnlyOne, setOSSLink } from '@/utils';
import { useRouteView } from '@/hooks';
import { OrderInputType } from '@bole-core/core';
import { AuthTypeText, BountyCheckStatusEnum, BountyCheckStatusEnumText } from '@/constants';
import {
  AuthTypeText,
  BountyCheckStatusEnum,
  BountyCheckStatusEnumText,
  BountyCheckStatusEnumColor,
} from '@/constants';
defineOptions({
  name: 'MaterialReviewDetail',