test: 老客户: 禁用明细

main
Lei OT 4 months ago
parent 18e199deac
commit 214266fa74

@ -203,34 +203,6 @@ const Customer_care_regular = () => {
},
]);
return (
<>
{/* show a dialog to prevent the browser from closing the page */}
<dialog open={false} style={{
position: 'fixed',
top: 0,
left: '200px',
width: 'calc(100vw - 200px)',
height: '100vh',
background: 'rgba(0, 0, 0, 0.5)',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
border: 'none',
zIndex: 9999,
margin: 0,
padding: 0
}}>
<div style={{
background: 'white',
padding: '20px',
borderRadius: '8px',
textAlign: 'center'
}}>
维护中, 暂不可用, 敬请期待
</div>
</dialog></>
);
return (
<div>
<Row gutter={16} className={date_picker_store.siderBroken ? '' : 'sticky-top'}>
@ -355,6 +327,35 @@ const Customer_care_regular = () => {
/>
</Col>
<Col span={24} >
<div style={{height: '100%'}}>
<>
<dialog open={false} style={{
// position: 'fixed',
// top: 0,
// left: '200px',
// width: 'calc(100vw - 200px)',
// height: '100vh',
width: 'inherit',
height: 'inherit',
background: 'rgba(0, 0, 0, 0.5)',
display: 'flex',
justifyContent: 'center',
alignItems: 'center',
border: 'none',
zIndex: 9999,
margin: 0,
padding: 0
}}>
<div style={{
background: 'white',
padding: '20px',
borderRadius: '8px',
textAlign: 'center'
}}>
维护中, 暂不可用, 敬请期待
</div>
</dialog></>
<Col span={24}>
<LineWithAvg dataSource={regular_data.pivotData} loading={regular_data.detail_loading} xField={regular_data.pivotX} yField={regular_data.pivotY}
seriesField='_ylabel' showCompareSum={regular_data.showCompareSum} solidLineTime={regular_data.solidLineTime} solidLineCompareTime={regular_data.solidLineCompareTime}
@ -384,6 +385,8 @@ const Customer_care_regular = () => {
rowKey={(record) => record.COLI_ID}
/>
</Col>
</div>
</Col>
</Row>
</div>
);

Loading…
Cancel
Save