perf: 火车票Upsell: 不分站点, _录入的数据不准确_

main
Lei OT 5 months ago
parent a89cef09a2
commit 00296c4a71

@ -284,7 +284,7 @@ const TrainsUpsell = observer(({ ...props }) => {
</Row>
</Spin>
<Table
{/* <Table
sticky
key={`table_2`}
{...tableProps}
@ -293,7 +293,7 @@ const TrainsUpsell = observer(({ ...props }) => {
columns={[{ title: '#', fixed: 'left', dataIndex: 'COLI_WebCode' }, ...tableCols]}
title={() => `火车票Upsell: 各站`}
rowKey={'COLI_WebCode'}
/>
/> */}
{/* <Divider orientation="left">外联营销</Divider> */}
</Space>

Loading…
Cancel
Save