Browse Source

feat:fix bugs

master
zhaobing’ 11 months ago
parent
commit
48dbfaa425
  1. 2
      web/client/src/sections/patrolManage/containers/patrolReport.js

2
web/client/src/sections/patrolManage/containers/patrolReport.js

@ -154,7 +154,7 @@ function patrolReport(props) {
window.open(`https://view.officeapps.live.com/op/view.aspx?src=${qnDomain}/${record?.excelPath}`) window.open(`https://view.officeapps.live.com/op/view.aspx?src=${qnDomain}/${record?.excelPath}`)
}}>预览</Button> }}>预览</Button>
{/* onClick={() => { window.open() }} */} {/* onClick={() => { window.open() }} */}
<a href={qnDomain + '/' + record?.excelPath}>下载</a> <a href={'/_file-server' + '/' + record?.excelPath}>下载</a>
</> </>
}, },
}]; }];

Loading…
Cancel
Save