From e2439c8035193900eab39e1e495ff3cb89c9e005 Mon Sep 17 00:00:00 2001 From: Jimmy Liow <18777396951@163.com> Date: Tue, 23 May 2023 11:41:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=98=E6=9B=B4=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E6=A0=87=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reservation/Detail.jsx | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) 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 }, ];