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