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