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

main
Lei OT 5 months ago
parent a89cef09a2
commit 00296c4a71

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

Loading…
Cancel
Save