style: table, annual

feature/pivot
Lei OT 2 years ago
parent 9593e62573
commit 27d0f48315

@ -186,7 +186,7 @@ export default observer(() => {
</Row> </Row>
<section> <section>
<Space> <Space>
<h2>年度业绩=传统+商务</h2> <h2>年度业绩<span style={{fontSize: 'small'}}> =传统+商务</span></h2>
</Space> </Space>
<Spin spinning={summaryData.loading}> <Spin spinning={summaryData.loading}>
<Row gutter={layoutProps.gutter}> <Row gutter={layoutProps.gutter}>
@ -264,7 +264,7 @@ export default observer(() => {
</Col> </Col>
) : null ) : null
)} )}
<Col {...layoutProps3} key={'mapG'} lg={{ span: 16 }}> <Col key={'mapG'} flex={'1 0 auto'}>
<Spin spinning={topData?.country?.loading || false}> <Spin spinning={topData?.country?.loading || false}>
<div id='topC' style={{height: '700px'}}> <div id='topC' style={{height: '700px'}}>
<MapCountry sourceField={'groupsLabel'} valueField={BUConfig.measureField} dataSource={topData?.country?.dataSource || []} /> <MapCountry sourceField={'groupsLabel'} valueField={BUConfig.measureField} dataSource={topData?.country?.dataSource || []} />

@ -445,7 +445,7 @@ class Orders extends Component {
...ele, ...ele,
children: ( children: (
<> <>
<Table id={`table_to_xlsx_${ele.key}`} {...tableProps} /> <Table sticky id={`table_to_xlsx_${ele.key}`} {...tableProps} />
<Divider orientation="right" plain> <Divider orientation="right" plain>
<a <a
onClick={() => { onClick={() => {

Loading…
Cancel
Save