IO-2298 added export buttons on payments

This commit is contained in:
swtmply
2023-05-25 01:28:22 +08:00
parent 8f91416623
commit 209245187f
5 changed files with 79 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ export function JobPayments({
render: (text, record) => (
<Space wrap>
<Button
disabled={record.exportedat}
// disabled={record.exportedat}
onClick={() => {
setPaymentContext({
actions: { refetch: refetch },