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