wupengfei
2025-04-14 724d4389e860e9584350413198b6652ab9988e22
src/views/MaterialReview/MaterialReviewDetail.vue
@@ -10,11 +10,10 @@
                BountyCheckStatusEnumText[form.outCheckStatus]
              }}</span>
            </span>
            <span
              v-if="form.outCheckStatus === BountyCheckStatusEnum.CheckReject"
              class="page-form-layout-title-item remark"
            >
              {{ `审核未通过原因:${form.outCheckRemark ?? ''}` }}
            <span class="page-form-layout-title-item remark">
              <template v-if="form.outCheckStatus === BountyCheckStatusEnum.CheckReject">
                {{ `审核未通过原因:${form.outCheckRemark ?? ''}` }}
              </template>
            </span>
          </div>
        </template>
@@ -63,7 +62,7 @@
import { useRouteView } from '@/hooks';
import { OrderInputType } from '@bole-core/core';
import {
  AuthTypeText,
  EnterpriseTypeText,
  BountyCheckStatusEnum,
  BountyCheckStatusEnumText,
  BountyCheckStatusEnumColor,
@@ -152,7 +151,7 @@
      searchKeyWord: '',
    },
    columnsRenderProps: {
      authType: { type: 'enum', valueEnum: AuthTypeText },
      authType: { type: 'enum', valueEnum: EnterpriseTypeText },
      licenseUrl: {
        type: 'url',
        formatter: (row: API.UserCertificationAuditListDto) => setOSSLink(row.licenseUrl),