From ead5b37ded131e7ba3b3d0fe833008a6f26ace5c Mon Sep 17 00:00:00 2001 From: Lei OT Date: Thu, 15 Jan 2026 10:32:15 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E5=88=86=E9=94=80:=20+=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/toB/ToBOrderSub.jsx | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/src/views/toB/ToBOrderSub.jsx b/src/views/toB/ToBOrderSub.jsx index 82cbefa..5bb6279 100644 --- a/src/views/toB/ToBOrderSub.jsx +++ b/src/views/toB/ToBOrderSub.jsx @@ -31,6 +31,11 @@ const OrderDetailTable = ({ caption, dataSource, loading, ...props }) => { dataIndex: 'COLI_WebCode', key: 'COLI_WebCode', }, + { + title: '国籍', + dataIndex: 'MEI_Country', + key: 'MEI_Country', + }, { title: '成行', dataIndex: 'COLI_Success', @@ -48,6 +53,11 @@ const OrderDetailTable = ({ caption, dataSource, loading, ...props }) => { ), }, + { + title: '天数', + dataIndex: 'COLI_Days', + key: 'COLI_Days', + }, { title: '预计利润', dataIndex: 'CGI_YJLY', @@ -58,6 +68,11 @@ const OrderDetailTable = ({ caption, dataSource, loading, ...props }) => { dataIndex: 'COLI_ApplyDate', key: 'COLI_ApplyDate', }, + { + title: '确认日期', + dataIndex: 'COLI_ConfirmDate', + key: 'COLI_ConfirmDate', + }, { title: '出发日期', dataIndex: 'CGI_ArriveDate', @@ -144,10 +159,10 @@ const ToBOrderSub = observer(({ ...props }) => { // xAxis: { // type: "timeCat", // }, - point: { - size: 4, - shape: 'cicle', - }, + // point: { + // size: 4, + // shape: 'cicle', + // }, annotations: [ { type: 'text', @@ -196,7 +211,7 @@ const ToBOrderSub = observer(({ ...props }) => { return ret; }, }, - smooth: true, + // smooth: true, }; const tab_items = [