src/views/TaskManage/components/SelltementDetailView.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/TaskManage/components/SelltementDetailView.vue
@@ -111,6 +111,7 @@ ); function handleDownload(row: API.GetSettlementTaskUsersQueryResultItem) { if (!row.ereceiptDownloadOssUrl) return; downloadFileByUrl(setOSSLink(row.ereceiptDownloadOssUrl), '结算回单'); } </script>