diff --git a/src/views/reservation/Detail.jsx b/src/views/reservation/Detail.jsx index d93828f..88211c2 100644 --- a/src/views/reservation/Detail.jsx +++ b/src/views/reservation/Detail.jsx @@ -12,27 +12,23 @@ function Detail() { const confirmationListColumns = [ { - title: 'PCI_Changetext', + title: 'Notes & Changes', dataIndex: 'PCI_Changetext', }, { - title: 'PCI_SendDate', + title: 'Sending Date', dataIndex: 'PCI_SendDate', }, { - title: 'ConfirmPerson', - dataIndex: 'ConfirmPerson', - }, - { - title: 'PCI_ConfirmText', + title: 'Confirmation Details', dataIndex: 'PCI_ConfirmText', }, { - title: 'PCI_ConfirmDate', + title: 'Confirmation Date', dataIndex: 'PCI_ConfirmDate', }, { - title: 'Action', + title: '', render: confirmRender }, ];