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