src/views/MaterialReview/MaterialReviewDetail.vue
@@ -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: '查看', // }, }, } );