wupengfei
2025-04-15 a7c71cf6ad69da0fc2ada301f32decc8e3cb8bde
src/views/MaterialReview/MaterialReviewDetail.vue
@@ -10,11 +10,11 @@
                BountyCheckStatusEnumText[form.outCheckStatus]
              }}</span>
            </span>
            <TextOverTooltip v-if="form.outCheckStatus === BountyCheckStatusEnum.CheckReject">
              <span class="page-form-layout-title-item remark">
            <span class="page-form-layout-title-item remark">
              <TextOverTooltip v-if="form.outCheckStatus === BountyCheckStatusEnum.CheckReject">
                {{ `审核未通过原因:${form.outCheckRemark ?? ''}` }}
              </span>
            </TextOverTooltip>
              </TextOverTooltip>
            </span>
          </div>
        </template>
        <DetailView :form="form">
@@ -153,12 +153,14 @@
    },
    columnsRenderProps: {
      authType: { type: 'enum', valueEnum: EnterpriseTypeText },
      licenseUrl: {
        type: 'url',
        formatter: (row: API.UserCertificationAuditListDto) => setOSSLink(row.licenseUrl),
        modal: true,
        showDownloadBtn: false,
      },
      // licenseUrl: {
      //   type: 'url',
      //   formatter: (row: API.UserCertificationAuditListDto) => setOSSLink(row.licenseUrl),
      //   modal: true,
      //   showDownloadBtn: true,
      //   showPreviewBtn: false,
      //   downloadBtnText: '查看',
      // },
    },
  }
);