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