| | |
| | | <Card |
| | | sx={{ |
| | | width: '100%', |
| | | maxHeight: 1025, |
| | | minHeight: 52, |
| | | flexDirection: 'column', |
| | | flex: '1', |
| | |
| | | </Box> |
| | | <Box sx={{ display: 'flex', padding: '1em' }}> |
| | | <Typography color="textSecondary">{type == 'in' ? translate("page.dashboard.header.waitQty") : translate("page.dashboard.header.waitOutQty")}:</Typography> |
| | | <Typography color="textSecondary">{type == 'in' ? statistic?.taskIn : statistic?.taskOut}</Typography> |
| | | <Typography color="textSecondary">{type == 'in' ? statistic?.waitIn : statistic?.waitOut}</Typography> |
| | | </Box> |
| | | </Box>} |
| | | </Box> : <Box> |
| | | <Typography sx={{ display: 'flex', padding: '1em' }}> |
| | | {' 12234'} |
| | | { title } |
| | | </Typography> |
| | | </Box>} |
| | | </Box> |