wupengfei
2025-09-29 76d07c0c336eafb918fba27450d63865baeb0642
src/views/TaskManage/components/SelltementDetailView.vue
@@ -111,6 +111,7 @@
);
function handleDownload(row: API.GetSettlementTaskUsersQueryResultItem) {
  if (!row.ereceiptDownloadOssUrl) return;
  downloadFileByUrl(setOSSLink(row.ereceiptDownloadOssUrl), '结算回单');
}
</script>