#
luxiaotao1123
2024-09-25 7c1acb0aeed4a77dc475231782a90776d4d5a8f4
zy-acs-flow/src/page/bus/BusPanel.jsx
@@ -21,6 +21,7 @@
import PanelTypography from "../components/PanelTypography";
import * as Common from '@/utils/common';
import { styled } from '@mui/material/styles';
import { format } from 'date-fns';
const BusPanel = () => {
    const record = useRecordContext();
@@ -104,10 +105,10 @@
                                            {task.taskSts$}
                                        </TableCellRight>
                                        <TableCellRight>
                                            {task.agv$}
                                            {task.agvId$}
                                        </TableCellRight>
                                        <TableCellRight>
                                            {task.ioTime$}
                                            {format(new Date(task.ioTime), 'yyyy-MM-dd HH:mm:ss')}
                                        </TableCellRight>
                                        <TableCellRight>
                                            {task.oriDesc}