#
luxiaotao1123
2024-09-29 b95b5437d64089f8cf4cfc1adb20b1e4ea583821
zy-acs-flow/src/page/mission/MissionShow.jsx
@@ -116,7 +116,7 @@
                                    gap={1}
                                >
                                    <Typography variant="body2">
                                        {format(record.sendTime, 'yyyy-MM-dd HH:mm:ss')}
                                        {format(record.sendTime, 'yyyy-MM-dd HH:mm:ss') || '-'}
                                    </Typography>
                                </Stack>
                            </Box>
@@ -129,7 +129,7 @@
                                    Bus No
                                </Typography>
                                <Typography variant="body2">
                                    {record.busNo}
                                    {record.busNo || '-'}
                                </Typography>
                            </Box>
@@ -182,16 +182,16 @@
                            </Box>
                        )}
                        {record.description && (
                        {!!record.codeList?.length && (
                            <Box m={2} sx={{ whiteSpace: 'pre-line' }}>
                                <Typography
                                    color="textSecondary"
                                    variant="caption"
                                >
                                    Description
                                    Run Path
                                </Typography>
                                <Typography variant="body2">
                                    {record.description}
                                    [&nbsp;{record.codeList.join(' , ')}&nbsp;]
                                </Typography>
                            </Box>
                        )}